WindowsVersionIsServer Property |
Indicates whether the current operating system is a server instead of workstation.
Namespace: StreamCoders.HelpersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public static bool IsServer { get; }
Public Shared ReadOnly Property IsServer As Boolean
Get
public:
static property bool IsServer {
bool get ();
}
static member IsServer : bool with get
Property Value
Type:
Boolean
true if this OS is a server. If false then the OS is a workstation edition.
See Also