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