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

Topic attribute for a state 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 
StateMessageTopic
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
StateMessageTopic
[
SerializableAttribute]
public 
ref class 
StateMessageTopic 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
StateMessageTopic () () () ()
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
Id
The topic ID. Can be text or a GUID.
IdType
The topic ID type
MemberwiseClone () () () () (Inherited from Object.)
TopicType
The topic type
ToString () () () () (Inherited from Object.)
User
The User. Can be text.
UserSid
User SID for state message

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . StateMessageTopic

See Also