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