BaseUpdateAgentConfiguration.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 Boolean that is true if the default agent account is used, andReturns false if the default agent account is not used.