ManagementServer.AutoApproveManuallyInstalledAgents Field
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
A Boolean setting value that determines whether manually installed agents are automatically approved by the Management Server.
Namespace: Microsoft.EnterpriseManagement.Administration.Settings
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim value As Setting(Of Boolean)
value = ManagementServer.AutoApproveManuallyInstalledAgents
Syntax
'Declaration
Public Shared ReadOnly AutoApproveManuallyInstalledAgents As Setting(Of Boolean)
public static readonly Setting<bool> AutoApproveManuallyInstalledAgents
public:
static initonly Setting<bool>^ AutoApproveManuallyInstalledAgents
public static final Setting<boolean> AutoApproveManuallyInstalledAgents
public static final var AutoApproveManuallyInstalledAgents : Setting<boolean>
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
ManagementServer Structure
ManagementServer Members
Microsoft.EnterpriseManagement.Administration.Settings Namespace