Share via


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

See Also

DeviceDiscoveryConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top