Share via


AgentOperationResult.ErrorCode Property

 

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