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 message settings.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required,
CheckRecursively = true)]
public MessageSettings Settings { get; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required,
CheckRecursively = true)]
property MessageSettings^ Settings {
virtual MessageSettings^ get() sealed;
}
<MessagePropertyAttribute(MessagePropertyImportance.Required,
CheckRecursively := True)>
Public ReadOnly Property Settings As MessageSettings
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.MessageSettings
Implements
See Also
Message Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top