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