Gets a value indicating whether the queue has read permission.
[Visual Basic] Overridable Public ReadOnly Property CanRead As Boolean [C#] public bool CanRead {virtual get;} [C++] public: __property virtual bool get_CanRead(); [JScript] public function get CanRead() : Boolean;
true if the queue object has permission to read; otherwise, false.
MessageQueue Class | MessageQueue Members | System.Messaging Namespace