public ISTot ISTot { get; set; }Public Property ISTot As ISTot
Get
Set
Dim instance As total
Dim value As ISTot
value = instance.ISTot
instance.ISTot = valuepublic:
property ISTot^ ISTot {
ISTot^ get ();
void set (ISTot^ value);
}