'Declaration
<MessagingDescriptionAttribute("Identifies the hashing algorithm MSMQ uses when authenticating messages.")> <DefaultValueAttribute()> Public Property HashAlgorithm As Boolean
'Usage
Dim instance As MessagePropertyFilter Dim value As Boolean instance.HashAlgorithm = value value = instance.HashAlgorithm
[MessagingDescription("Identifies the hashing algorithm MSMQ uses when authenticating messages.")] [DefaultValue()] public bool HashAlgorithm {get; set;}
[MessagingDescription("Identifies the hashing algorithm MSMQ uses when authenticating messages.")] [DefaultValue()] public: property bool HashAlgorithm { bool get(); void set ( bool value); }