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

Win32 error code to associate with status message

Namespace:  Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[

StatusMessagePropertyAttribute]
public 
int 
Win32ErrorCode { 
get; 
set; }
<

StatusMessagePropertyAttribute> _
Public 
Property 
Win32ErrorCode 
As 
Integer
	
Get
	
Set
[

StatusMessagePropertyAttribute]
public:
property 
int 
Win32ErrorCode {
	
int 
get ();
	
void 
set (
int 
value);
}

See Also