CertificateOperationsFailure.HResult Property
Gets or sets the HRESULT for the underlying function call that generates the message.
Namespace: Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[StatusMessagePropertyAttribute("HRESULT")]
public string HResult { get; set; }
public:
[StatusMessagePropertyAttribute("HRESULT")]
property String^ HResult {
String^ get();
void set(String^ value);
}
<StatusMessagePropertyAttribute("HRESULT")>
Public Property HResult As String
Property Value
Type: System.String
See Also
CertificateOperationsFailure Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace
Return to top