'Declaration
<BrowsableAttribute(False)> <DefaultValueAttribute()> <MessagingDescriptionAttribute("If true, no other instance of this object will be able to receive messages.")> Public Property DenySharedReceive As Boolean
'Usage
Dim instance As MessageQueue Dim value As Boolean instance.DenySharedReceive = value value = instance.DenySharedReceive
[Browsable(false)] [DefaultValue()] [MessagingDescription("If true, no other instance of this object will be able to receive messages.")] public bool DenySharedReceive {get; set;}
[Browsable(false)] [DefaultValue()] [MessagingDescription("If true, no other instance of this object will be able to receive messages.")] public: property bool DenySharedReceive { bool get(); void set ( bool value); }