DeviceDiscoveryConfiguration.IsDefaultActionAccount Property
Applies To: Operations Manager for System Center 2012
Gets a value that indicates whether this configuration uses the Management Server's default action account when performing discovery.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public bool IsDefaultActionAccount { get; }
public:
property bool IsDefaultActionAccount {
bool get();
}
member IsDefaultActionAccount : bool with get
Public ReadOnly Property IsDefaultActionAccount As Boolean
Property Value
Type: System.Boolean
Returns a Boolean value that returns true if the discovery is configured to use the default action account, and false otherwise.
See Also
DeviceDiscoveryConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top