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