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