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

Represents a status message

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
StatusMessage : 

SchemaVersion10Base
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
StatusMessage _
	
Inherits 

SchemaVersion10Base
[
SerializableAttribute]
public 
ref class 
StatusMessage 
sealed : 
public 

SchemaVersion10Base

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
StatusMessage () () () ()
Initializes a new instance of the StatusMessageclass.
CodePage
Gets/sets the code page for the status message. Defaults to the executing system's code page
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
LocaleId
Gets/sets the LCID for the status message. Defaults to the executing system's LCID
MemberwiseClone () () () () (Inherited from Object.)
Properties
Any properties contained in the status message
SchemaVersion
XML schema version
(Inherited from SchemaVersionBase.)
StatusMessageType
Status message type
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

See Also