'Declaration
<DefaultValueAttribute()> <MessagingDescriptionAttribute("This property is set by MSMQ, and is used primarily by the receiving Queue Manager when authenticating a message.")> Public Property SenderId As Boolean
'Usage
Dim instance As MessagePropertyFilter Dim value As Boolean instance.SenderId = value value = instance.SenderId
[DefaultValue()] [MessagingDescription("This property is set by MSMQ, and is used primarily by the receiving Queue Manager when authenticating a message.")] public bool SenderId {get; set;}
[DefaultValue()] [MessagingDescription("This property is set by MSMQ, and is used primarily by the receiving Queue Manager when authenticating a message.")] public: property bool SenderId { bool get(); void set ( bool value); }