Share via


MessageSettings.Security Property

 

Gets the security settings for the message.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

[MessagePropertyAttribute(MessagePropertyImportance.Recommended, 
    CheckRecursively = true)]
public MessageSettingsSecurity Security { get; private set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Recommended, 
    CheckRecursively = true)]
property MessageSettingsSecurity^ Security {
    MessageSettingsSecurity^ get();
    private: void set(MessageSettingsSecurity^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Recommended,
    CheckRecursively := True)>
Public Property Security As MessageSettingsSecurity
    Get
    Private Set
End Property

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Framework.MessageSettingsSecurity

Message security settings.

See Also

MessageSettings Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top