InstallAgentConfiguration.UseDefaultAgentAccount Property

Definition

Whether to use the default agent account.

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

Property Value

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.

Applies to