ManagementServer.RejectManuallyInstalledAgents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.