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