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