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