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

Initializes a new instance of the StatusMessagePropertyAttributeclass.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
StatusMessagePropertyAttribute(
	
bool 
required
)
Public 
Sub 
New ( _
	
required 
As 
Boolean _
)
public:
StatusMessagePropertyAttribute(
	
bool 
required
)

Parameters

required
Boolean
If true, property must be set to a non-null value or else an exception will be thrown when the message is parsed

See Also