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