ManagementServer.RejectManuallyInstalledAgents Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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
'Usage
Dim instance As ManagementServer
Dim value As SettablePropertyValue(Of Boolean)
value = instance.RejectManuallyInstalledAgents
instance.RejectManuallyInstalledAgents = value
Syntax
'Declaration
Public Property RejectManuallyInstalledAgents As SettablePropertyValue(Of Boolean)
public SettablePropertyValue<bool> RejectManuallyInstalledAgents { get; set; }
public:
property SettablePropertyValue<bool>^ RejectManuallyInstalledAgents {
SettablePropertyValue<bool>^ get ();
void set (SettablePropertyValue<bool>^ value);
}
/** @property */
public SettablePropertyValue<boolean> get_RejectManuallyInstalledAgents ()
/** @property */
public void set_RejectManuallyInstalledAgents (SettablePropertyValue<boolean> value)
public function get RejectManuallyInstalledAgents () : SettablePropertyValue<boolean>
public function set RejectManuallyInstalledAgents (value : SettablePropertyValue<boolean>)
Property Value
Returns a SettablePropertyValue object.
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 Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
ManagementServer Class
ManagementServer Members
Microsoft.EnterpriseManagement.Administration Namespace
ManagementServer.AutoApproveManuallyInstalledAgents Property