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