Share via


DeviceInfo.OperatingSystem Property

 

Gets the name of the operating system of the device.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

Syntax

public OperatingSystemProperty OperatingSystem { get; internal set; }
public:
property OperatingSystemProperty^ OperatingSystem {
    OperatingSystemProperty^ get();
    internal: void set(OperatingSystemProperty^ value);
}
Public Property OperatingSystem As OperatingSystemProperty
    Get
    Friend Set
End Property

Property Value

Type: Microsoft.WindowsServerSolutions.Common.Devices.OperatingSystemProperty

An instance of String that contains the name of the operating system.

Remarks

This property can be null.

See Also

DeviceInfo Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top