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