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

Performs consistency checks on the status message properties. This should not be invoked directly -- this should only be called by SccmStatusMessage.ParseStatusMessage(...).

This will throw an exception if any properties that are required are not set.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
<

StatusMessagePropertyCollectionAttribute> _
Public 
ReadOnly 
Property 
StatusMessageProperties 
As 
Collection(
Of 

StatusMessageProperty)
	
Get

See Also