MonitoringRecoveryResult.ErrorCode Property
Applies To: Operations Manager for System Center 2012
Gets the integer error code for the recovery result.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public Nullable<int> ErrorCode { get; }
public:
property Nullable<int> ErrorCode {
Nullable<int> get();
}
member ErrorCode : Nullable<int> with get
Public ReadOnly Property ErrorCode As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
Returns a Int32 error code for the recovery result.
See Also
MonitoringRecoveryResult Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top