OSDetails.IsDomainController Property
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property IsDomainController As Boolean
public static bool IsDomainController { get; }
public:
static property bool IsDomainController {
bool get ();
}
static member IsDomainController : bool with get
static function get IsDomainController () : 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.