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