EntidadeComercialRegraFiscalVMUF Propriedades
Namespace: api.mstiTAX.SDK.csharp.ViewModels.SharedAssembly: api.mstiTAX.SDK.csharp (in api.mstiTAX.SDK.csharp.dll) Versão: 1.0.0+676a05921c09298d9484e2226b384975ffc75604
public TaxEUF? UF { get; set; }
Public Property UF As TaxEUF?
Get
Set
Dim instance As EntidadeComercialRegraFiscalVM
Dim value As TaxEUF?
value = instance.UF
instance.UF = value
public:
property Nullable<TaxEUF> UF {
Nullable<TaxEUF> get ();
void set (Nullable<TaxEUF> value);
}
Valor da Propriedade
NullableTaxEUF