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