OperatingSystemIsServer Property |
Gets a value indicating whether the operating system is a server operating system.
Namespace:
Alphaleonis.Win32
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
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 if the current operating system is a server operating system; otherwise,
.
See Also