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