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