Partager via


IMessageSettings.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

MessagePropertyDictionary MessageProperties { get; }
property MessagePropertyDictionary^ MessageProperties {
    MessagePropertyDictionary^ get();
}
ReadOnly Property MessageProperties As MessagePropertyDictionary

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Framework.MessagePropertyDictionary

See Also

IMessageSettings Interface
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top