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