Condividi tramite


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

See Also

Reference

OSDetails Class

Microsoft.TeamFoundation.Common Namespace