Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Gets a value that indicates whether the configuration uses the Management Server's default action account for discovery.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public bool IsDefaultActionAccount { get; }
public:
property bool IsDefaultActionAccount {
bool get();
}
member IsDefaultActionAccount : bool with get
Public ReadOnly Property IsDefaultActionAccount As Boolean
Property Value
Type: System.Boolean
Returns a Boolean value that is true if the configuration uses the default action account for discovery, and false otherwise.
Remarks
If this value returns false, discovery is performed using the credentials specified by SetInstallAccount.
See Also
InstallAgentConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top