MessageQueue.AccessMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates the access mode for the queue.
public:
property System::Messaging::QueueAccessMode AccessMode { System::Messaging::QueueAccessMode get(); };
public System.Messaging.QueueAccessMode AccessMode { get; }
member this.AccessMode : System.Messaging.QueueAccessMode
Public ReadOnly Property AccessMode As QueueAccessMode
Property Value
One of the QueueAccessMode values.
Remarks
The default access mode for a queue is QueueAccessMode.SendAndReceive
, unless you specify otherwise when calling the constructor.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.