[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

                 
  C#     Visual Basic     Visual C++  
[

StatusMessagePropertyAttribute("HRESULT")]
public 
string 
HResult { 
get; 
set; }
<

StatusMessagePropertyAttribute("HRESULT")> _
Public 
Property 
HResult 
As 
String
	
Get
	
Set
[

StatusMessagePropertyAttribute(L"HRESULT")]
public:
property 
String^ 
HResult {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}

See Also