StateMessageTopic Class
Represents a topic attribute for a state message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.StateMessageTopic
Syntax
[SerializableAttribute]
public sealed class StateMessageTopic
[SerializableAttribute]
public ref class StateMessageTopic sealed
<SerializableAttribute>
Public NotInheritable Class StateMessageTopic
Constructors
Name | Description | |
---|---|---|
StateMessageTopic() | Initializes a new instance of the StateMessageTopic class. |
Properties
Name | Description | |
---|---|---|
Id | Gets or sets the topic ID. The value for this property can be text or a GUID. |
|
IdType | Gets or sets the topic ID type. |
|
TopicType | Gets or sets the topic type. |
|
User | Gets or sets the user. The value for this property can be text. |
|
UserSid | Gets or sets the user SID for a state message. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top