Share via


MessageFileSettings.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; }
public:
property MessagePropertyDictionary^ MessageProperties {
    virtual MessagePropertyDictionary^ get() sealed;
}
Public ReadOnly Property MessageProperties As MessagePropertyDictionary

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Framework.MessagePropertyDictionary

Implements

IMessageSettings.MessageProperties

See Also

MessageFileSettings Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top