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