InstallAgentConfiguration.UseDefaultAgentAccount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.