Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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