Click or drag to resize
WindowsVersionIsServer Property
Indicates whether the current operating system is a server instead of workstation.

Namespace: StreamCoders.Helpers
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static bool IsServer { get; }

Property Value

Type: Boolean
true if this OS is a server. If false then the OS is a workstation edition.
See Also