Share via


InstallAgentConfiguration.UseDefaultAgentInstallAccount Property

 

Applies To: Operations Manager for System Center 2012

Gets a value that indicates whether the configuration uses the default account for agent installation.

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

Syntax

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

Property Value

Type: System.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.

See Also

InstallAgentConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top