Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets special message properties. This property is generally used by messages and should not be set by external code.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public MessagePropertyDictionary MessageProperties { get; }
public:
property MessagePropertyDictionary^ MessageProperties {
virtual MessagePropertyDictionary^ get() sealed;
}
Public ReadOnly Property MessageProperties As MessagePropertyDictionary
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.MessagePropertyDictionary
Implements
IMessageSettings.MessageProperties
See Also
MessageFileSettings Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top