NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Screen.DeviceName

Gets the device name associated with a display.

[Visual Basic]
Public ReadOnly Property DeviceName As String
[C#]
public string DeviceName {get;}
[C++]
public: __property String* get_DeviceName();
[JScript]
public function get DeviceName() : String;

Property Value

The device name associated with a display.

See Also

Screen Class | Screen Members | System.WinForms Namespace