Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
BitsSecureFailure Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace
Return to top