1=Empresa Emitente
2=Empresa Destinatária
3=Empresa Transportadora
public int tpAutor { get; set; }Public Property tpAutor As Integer
Get
Set
Dim instance As NFeEventoAtorInteressadoTransportadorVM
Dim value As Integer
value = instance.tpAutor
instance.tpAutor = valuepublic:
property int tpAutor {
int get ();
void set (int value);
}