Share via


InstallAgentConfiguration.UseDefaultAgentAccount Property

 

Applies To: Operations Manager for System Center 2012

Gets a value that indicates whether the installed agent uses the default account for agent operations.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public bool UseDefaultAgentAccount { get; }
public:
property bool UseDefaultAgentAccount {
    bool get();
}
member UseDefaultAgentAccount : bool with get
Public ReadOnly Property UseDefaultAgentAccount As Boolean

Property Value

Type: System.Boolean

Returns a Boolean value that is true if the installed agent uses the default agent account for agent operations, and false otherwise.

Remarks

If this value returns false, the installed agent uses the credentials specified by SetAgentAccount.

See Also

InstallAgentConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top