Share via


Message.Settings Property

 

Gets message settings.

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

Syntax

[MessagePropertyAttribute(MessagePropertyImportance.Required, 
    CheckRecursively = true)]
public MessageSettings Settings { get; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required, 
    CheckRecursively = true)]
property MessageSettings^ Settings {
    virtual MessageSettings^ get() sealed;
}
<MessagePropertyAttribute(MessagePropertyImportance.Required,
    CheckRecursively := True)>
Public ReadOnly Property Settings As MessageSettings

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Framework.MessageSettings

Implements

IMessage.Settings

See Also

Message Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top