Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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