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