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