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