StatusMessage Class

 

Represents a status message.

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


[SerializableAttribute]
public ref class StatusMessage sealed : SchemaVersion10Base

NameDescription
System_CAPS_pubmethodStatusMessage()

Initializes a new instance of the StatusMessage class.

NameDescription
System_CAPS_pubpropertyCodePage

Gets or sets the code page for the status message. The code page of the executing system is used by default.

System_CAPS_pubpropertyLocaleId

Gets or sets the LCID for the status message. The LCID of the executing system is used by default.

System_CAPS_pubpropertyProperties

Gets or sets the properties contained in the status message.

System_CAPS_pubpropertyQualifiers

Gets or sets the status message qualifiers. This property is null by default and must be initialized.

System_CAPS_pubpropertySchemaVersion

Gets or sets the XML schema version. (Inherited from SchemaVersionBase.)

System_CAPS_pubpropertyStatusMessageType

Gets or sets the status message type.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: