BaseUpdateAgentConfiguration.UseDefaultAgentAccount Property
Applies To: Operations Manager for System Center 2012
Determines whether to use the default agent account.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public bool UseDefaultAgentAccount { get; }
public:
property bool UseDefaultAgentAccount {
bool get();
}
member UseDefaultAgentAccount : bool with get
Public ReadOnly Property UseDefaultAgentAccount As Boolean
Property Value
Type: System.Boolean
Returns Boolean that is true if the default agent account is used, andReturns false if the default agent account is not used.
See Also
BaseUpdateAgentConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top