MonitoringRecoveryResult.ErrorCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The error code.
public:
property Nullable<int> ErrorCode { Nullable<int> get(); };
public int? ErrorCode { get; }
member this.ErrorCode : Nullable<int>
Public ReadOnly Property ErrorCode As Nullable(Of Integer)
Property Value
Returns a Int32 error code for the recovery result.