public int PartStatus { get; set; }
Public Property PartStatus As Integer Get Set
public: property int PartStatus { int get (); void set (int value); }
member PartStatus : int with get, set