'Declaration
<DefaultValueAttribute()> <MessagingDescriptionAttribute("Specifies the encryption algorithm used to encrypt the message body of a private message.")> Public Property EncryptionAlgorithm As Boolean
'Usage
Dim instance As MessagePropertyFilter Dim value As Boolean instance.EncryptionAlgorithm = value value = instance.EncryptionAlgorithm
[DefaultValue()] [MessagingDescription("Specifies the encryption algorithm used to encrypt the message body of a private message.")] public bool EncryptionAlgorithm {get; set;}
[DefaultValue()] [MessagingDescription("Specifies the encryption algorithm used to encrypt the message body of a private message.")] public: property bool EncryptionAlgorithm { bool get(); void set ( bool value); }