StateMessageTopic Class

 

Represents a topic attribute for a state message.

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

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

[SerializableAttribute]
public ref class StateMessageTopic sealed 

NameDescription
System_CAPS_pubmethodStateMessageTopic()

Initializes a new instance of the StateMessageTopic class.

NameDescription
System_CAPS_pubpropertyId

Gets or sets the topic ID. The value for this property can be text or a GUID.

System_CAPS_pubpropertyIdType

Gets or sets the topic ID type.

System_CAPS_pubpropertyTopicType

Gets or sets the topic type.

System_CAPS_pubpropertyUser

Gets or sets the user. The value for this property can be text.

System_CAPS_pubpropertyUserSid

Gets or sets the user SID for a state message.

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: