ServiceOperationResultHResult Property |
Gets the Win32-style HRESULT error code. Zero value means success, non-zero value means failure.
Namespace:
SysadminsLV.PKI.Utils
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public int HResult { get; }
Public ReadOnly Property HResult As Integer
Get
public:
virtual property int HResult {
int get () sealed;
}
abstract HResult : int with get
override HResult : int with get
Property Value
Type:
Int32Implements
IServiceOperationResultHResultSee Also