public string Lote { get; set; }Public Property Lote As String
Get
Set
Dim instance As DFeResumoVM
Dim value As String
value = instance.Lote
instance.Lote = valuepublic:
property String^ Lote {
String^ get ();
void set (String^ value);
}