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