IMessageBase.Settings Property
Gets message settings and properties.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
IMessageSettings Settings { get; }
property IMessageSettings^ Settings {
IMessageSettings^ get();
}
ReadOnly Property Settings As IMessageSettings
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.IMessageSettings
See Also
IMessageBase Interface
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top