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