'Declaration
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <MessagingDescriptionAttribute("This property is set by MSMQ, and is used primarily by the receiving Queue Manager when authenticating a message.")> Public ReadOnly Property SenderId As Byte()
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [MessagingDescription("This property is set by MSMQ, and is used primarily by the receiving Queue Manager when authenticating a message.")] public byte[] SenderId {get;}
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [MessagingDescription("This property is set by MSMQ, and is used primarily by the receiving Queue Manager when authenticating a message.")] public: property array<byte>^ SenderId { array<byte>^ get(); }