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