DeviceDiscoveryConfiguration.UseActionAccount Property
Applies To: Operations Manager for System Center 2012
Gets or sets a value that indicates whether the Management Server action account is used for device discovery.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public bool UseActionAccount { get; set; }
public:
property bool UseActionAccount {
bool get();
void set(bool value);
}
member UseActionAccount : bool with get, set
Public Property UseActionAccount As Boolean
Property Value
Type: System.Boolean
Returns a Boolean whose value is true if device discovery is performed using the Management Server action account, and false otherwise.
Remarks
Warning
If this value is false, you must set the action account to use for device discovery by using M:Microsoft.EnterpriseManagement.Administration.DeviceDiscoveryConfiguration.SetActionAccount(Microsoft.EnterpriseManagement.Configuration.MonitoringTaskCredentials).
See Also
DeviceDiscoveryConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top