A Boolean setting value that determines whether the Management Server will reject manually installed agents. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim value As Setting(Of Boolean)

value = ManagementServer.RejectManuallyInstalledAgents

Syntax

Visual Basic
Public Shared ReadOnly RejectManuallyInstalledAgents As Setting(Of Boolean)
C#
public static readonly Setting<bool> RejectManuallyInstalledAgents
C++
public:
static initonly Setting<bool>^ RejectManuallyInstalledAgents
J#
public static final Setting<boolean> RejectManuallyInstalledAgents
JScript
public static final var RejectManuallyInstalledAgents : Setting<boolean>

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also