0 - Entrada
1 - Saída
public int? Operacao { get; set; }Public Property Operacao As Integer?
Get
Set
Dim instance As CenarioFiscalRegraFiltroVM
Dim value As Integer?
value = instance.Operacao
instance.Operacao = valuepublic:
property Nullable<int> Operacao {
Nullable<int> get ();
void set (Nullable<int> value);
}