InstallAgentConfiguration.UseDefaultAgentInstallAccount Property

Definition

Whether to use the default agent install account.

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

Property Value

Boolean

Returns a Boolean value that is true if the configuration installs the agent using the default account, and false otherwise.

Remarks

If this value returns false, the agent is installed using the credentials specified by SetInstallAccount.

Applies to