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

Attempts to pull all of the status message information from WMI

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
void 
GatherStatusMessageProperties(
	
string 
statusMessageWmiClassName
)
Public 
Sub 
GatherStatusMessageProperties ( _
	
statusMessageWmiClassName 
As 
String _
)
public:
void 
GatherStatusMessageProperties(
	
String^ 
statusMessageWmiClassName
)

Parameters

statusMessageWmiClassName
String

See Also