'Declaration
<MessagingDescriptionAttribute("Set this property to have MSMQ encrypt a private message.")> <DefaultValueAttribute()> Public Property UseEncryption As Boolean
'Usage
Dim instance As DefaultPropertiesToSend Dim value As Boolean instance.UseEncryption = value value = instance.UseEncryption
[MessagingDescription("Set this property to have MSMQ encrypt a private message.")] [DefaultValue()] public bool UseEncryption {get; set;}
[MessagingDescription("Set this property to have MSMQ encrypt a private message.")] [DefaultValue()] public: property bool UseEncryption { bool get(); void set ( bool value); }