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