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