MessageSettings.MessageProperties Property
Gets special message properties. This property is generally used by messages and should not be set by external code.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public MessagePropertyDictionary MessageProperties { get; private set; }
public:
property MessagePropertyDictionary^ MessageProperties {
virtual MessagePropertyDictionary^ get() sealed;
private: virtual void set(MessagePropertyDictionary^ value) sealed;
}
Public Property MessageProperties As MessagePropertyDictionary
Get
Private Set
End Property
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.MessagePropertyDictionary
Special message properties.
Implements
IMessageSettings.MessageProperties
See Also
MessageSettings Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top