MessageFileBase.IMessageBase.Settings Property
Gets the properties and settings for the message.
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
See Also
MessageFileBase Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top