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