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