Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the system type of the operating system.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
[DataMemberAttribute]
public SystemType SystemType { get; private set; }
public:
[DataMemberAttribute]
property SystemType SystemType {
SystemType get();
private: void set(SystemType value);
}
<DataMemberAttribute>
Public Property SystemType As SystemType
Get
Private Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Common.Devices.SystemType
An instance of SystemType.
See Also
OperatingSystemProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top