Gets a value indicating whether a particular display is the primary device.
[Visual Basic] Public ReadOnly Property Primary As Boolean [C#] public bool Primary {get;} [C++] public: __property bool get_Primary(); [JScript] public function get Primary() : Boolean;
true if this display is primary; otherwise, false.