System.Messaging Reference (Document! X Sample)
MessageQueue Class Properties


System.Messaging Namespace : MessageQueue Class

For a list of all members of this type, see MessageQueue members.

Public Properties
 NameDescription
Public PropertyGets a value that indicates the access mode for the queue.  
Public PropertyGets or sets a value that indicates whether the queue accepts only authenticated messages.  
Public PropertyGets or sets the base priority Message Queuing uses to route a public queue's messages over the network.  
Public PropertyGets a value that indicates whether the MessageQueue can be read.  
Public PropertyGets a value that indicates whether the MessageQueue can be written to.  
Public PropertyGets or sets the queue category.  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyGets the time and date that the queue was created in Message Queuing.  
Public PropertyGets or sets the message property values to be used by default when the application sends messages to the queue.  
Public PropertyGets or sets a value that indicates whether this MessageQueue has exclusive access to receive messages from the Message Queuing queue.  
Public Propertystatic (Shared in Visual Basic)Gets or sets a value that indicates whether a cache of connections will be maintained by the application.  
Public PropertyGets or sets a value that indicates whether the queue accepts only non-private (non-encrypted) messages.  
Public PropertyGets the unique queue name that Message Queuing generated at the time of the queue's creation.  
Public PropertyGets or sets the formatter used to serialize an object into or deserialize an object from the body of a message read from or written to the queue.  
Public PropertyGets the unique Message Queuing identifier of the queue.  
Public PropertyGets or sets the queue description.  
Public PropertyGets the last time the properties of a queue were modified.  
Public PropertyGets or sets the name of the computer where the Message Queuing queue is located.  
Public PropertyGets or sets the maximum size of the journal queue.  
Public PropertyGets or sets the maximum size of the queue.  
Public PropertyGets or sets the property filter for receiving or peeking messages.  
Public PropertyIntroduced in MSMQ 3.0. Gets or sets the multicast address associated with the queue.  
Public PropertyGets or sets the queue's path. Setting the Path causes the MessageQueue to point to a new queue.  
Public PropertyGets or sets the friendly name that identifies the queue.  
Public PropertyGets the native handle used to read messages from the message queue.  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyGets or sets the object that marshals the event-handler call resulting from a ReceiveCompleted or PeekCompleted event.  
Public PropertyGets a value that indicates whether the queue accepts only transactions.  
Public PropertyGets or sets a value that indicates whether received messages are copied to the journal queue.  
Public PropertyGets the native handle used to send messages to the message queue.  
Top
Protected Properties
 NameDescription
Protected Property (Inherited from System.ComponentModel.Component)
Protected Property (Inherited from System.ComponentModel.Component)
Protected Property (Inherited from System.ComponentModel.Component)
Top
See Also

Reference

MessageQueue Class
System.Messaging Namespace