StatusMessagePropertyAttribute Constructor (Boolean)
Initializes a new instance of the StatusMessagePropertyAttribute class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public StatusMessagePropertyAttribute(
bool required
)
public:
StatusMessagePropertyAttribute(
bool required
)
Public Sub New (
required As Boolean
)
Parameters
required
Type: System.BooleanIf true, the property must be set to a non-null value or an exception will be thrown when the message is parsed.
See Also
StatusMessagePropertyAttribute Overload
StatusMessagePropertyAttribute Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top