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