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