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