[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Security settings for the message

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Recommended, CheckRecursively = 
true)]
public 

MessageSettingsSecurity 
Security { 
get; 
private 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Recommended, CheckRecursively := 
True)> _
Public 
Property 
Security 
As 

MessageSettingsSecurity
	
Get
	
Private 
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Recommended, CheckRecursively = 
true)]
public:
property 

MessageSettingsSecurity^ 
Security {
	

MessageSettingsSecurity^ 
get ();
	
private: 
void 
set (

MessageSettingsSecurity^ 
value);
}

See Also