Gets or sets a value that indicates whether the server automatically rejects computers with manually installed agents. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As ManagementServer
Dim value As SettablePropertyValue(Of Boolean)

value = instance.RejectManuallyInstalledAgents

instance.RejectManuallyInstalledAgents = value

Syntax

Visual Basic
Public Property RejectManuallyInstalledAgents As SettablePropertyValue(Of Boolean)
C#
public SettablePropertyValue<bool> RejectManuallyInstalledAgents { get; set; }
C++
public:
property SettablePropertyValue<bool>^ RejectManuallyInstalledAgents {
		SettablePropertyValue<bool>^ get ();
		void set (SettablePropertyValue<bool>^ value);
}
J#
/** @property */
public SettablePropertyValue<boolean> get_RejectManuallyInstalledAgents ()

/** @property */
public void set_RejectManuallyInstalledAgents (SettablePropertyValue<boolean> value)
JScript
public function get RejectManuallyInstalledAgents () : SettablePropertyValue<boolean>

public function set RejectManuallyInstalledAgents (value : SettablePropertyValue<boolean>)

Property Value

true if the server automatically rejects computers with manually installed agents; otherwise, false.

Remarks

If this property is set to true, only computers with agents deployed by the Management Server are accepted into the Management Group.


Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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