public bool NotInBOM { get; set; }
Public Property NotInBOM As Boolean Get Set
public: property bool NotInBOM { bool get (); void set (bool value); }
member NotInBOM : bool with get, set
In This Article