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