public string qVol { get; set; }
Public Property qVol As String Get Set Dim instance As Vol Dim value As String value = instance.qVol instance.qVol = value
public: property String^ qVol { String^ get (); void set (String^ value); }
In This Article