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