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 the error code returned by the completed task.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public long ErrorCode { get; }
public:
property long long ErrorCode {
long long get();
}
member ErrorCode : int64 with get
Public ReadOnly Property ErrorCode As Long
Property Value
Type: System.Int64
Returns a Int64 that contains the error code returned by the task.
See Also
AgentOperationResult Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top