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