Share via


BaseUpdateAgentConfiguration.IsDefaultActionAccount Property

 

Applies To: Operations Manager for System Center 2012

Determines whether the Management Server action account is used for the action account.

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 Boolean that givesTrue if the Management Server action account is used for the action account, and returns false if the Management Server action account is not used for the action account..

See Also

BaseUpdateAgentConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top