ManagementServer.RejectManuallyInstalledAgents Property

Definition

Reject Manually Installed Agents.

public:
 property Microsoft::EnterpriseManagement::Administration::SettablePropertyValue<bool> ^ RejectManuallyInstalledAgents { Microsoft::EnterpriseManagement::Administration::SettablePropertyValue<bool> ^ get(); void set(Microsoft::EnterpriseManagement::Administration::SettablePropertyValue<bool> ^ value); };
public Microsoft.EnterpriseManagement.Administration.SettablePropertyValue<bool> RejectManuallyInstalledAgents { get; set; }
member this.RejectManuallyInstalledAgents : Microsoft.EnterpriseManagement.Administration.SettablePropertyValue<bool> with get, set
Public Property RejectManuallyInstalledAgents As SettablePropertyValue(Of Boolean)

Property Value

SettablePropertyValue<Boolean>

Returns a SettablePropertyValue<T> object.

Remarks

If this property is set to true, only computers with agents deployed by the management server are accepted into the management group.

Applies to

See also