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