public total total { get; set; }Public Property total As total
Get
Set
Dim instance As InfNFe
Dim value As total
value = instance.total
instance.total = valuepublic:
property total^ total {
total^ get ();
void set (total^ value);
}