BaseUpdateAgentConfiguration.UseDefaultAgentInstallAccount Property
Applies To: Operations Manager for System Center 2012
Determines whether to use the default agent install account.
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 Boolean trueif the default agent install account is used, and returns false if the default agent install account is not used.
See Also
BaseUpdateAgentConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top