public string cpfCnpj { get; set; }Public Property cpfCnpj As String
Get
Set
Dim instance As RPSPrestador
Dim value As String
value = instance.cpfCnpj
instance.cpfCnpj = valuepublic:
property String^ cpfCnpj {
String^ get ();
void set (String^ value);
}