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