OSDetails.IsServer Property
True if a server OS such as Windows Server 2003 or Windows 2008.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property IsServer As Boolean
public static bool IsServer { get; }
public:
static property bool IsServer {
bool get ();
}
static member IsServer : bool with get
static function get IsServer () : boolean
Property Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.