Share via


Message.IMessageBase.Settings Property

 

Gets message properties and settings.

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

Syntax

IMessageSettings IMessageBase.Settings { get; }
private:
property IMessageSettings^ Settings {
    virtual IMessageSettings^ get() sealed = IMessageBase::Settings::get;
}
Private ReadOnly Property Settings As IMessageSettings Implements IMessageBase.Settings

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Framework.IMessageSettings

Implements

IMessageBase.Settings

See Also

Message Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top