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