public string Ndc { get; set; }
Public Property Ndc As String Get Set
public: property String^ Ndc { String^ get (); void set (String^ value); }
member Ndc : string with get, set