Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
public void GatherStatusMessageProperties(
string statusMessageWmiClassName
)
public:
void GatherStatusMessageProperties(
String^ statusMessageWmiClassName
)
Public Sub GatherStatusMessageProperties (
statusMessageWmiClassName As String
)
Parameters
statusMessageWmiClassName
Type: System.StringWMI class name for the status message.
See Also
StatusMessageGenerator Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace
Return to top