1 - Produção
2 - Homologação
public string tipoAmbiente { get; set; }Public Property tipoAmbiente As String
Get
Set
Dim instance As RetornoConsultaChaveDeAcessoNFSeNacionalVM
Dim value As String
value = instance.tipoAmbiente
instance.tipoAmbiente = valuepublic:
property String^ tipoAmbiente {
String^ get ();
void set (String^ value);
}