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