NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MessageQueueInstaller.Transactional

If a queue is transactional, it can only accept messages that are sent as part of a transaction. However, messages can be retrieved from a local transaction queue with or without using a transaction.

[Visual Basic]
Public Property Transactional As Boolean
[C#]
public bool Transactional {get; set;}
[C++]
public: __property bool get_Transactional();
public: __property void set_Transactional(bool);
[JScript]
public function get Transactional() : Boolean;
public function set Transactional(Boolean);

See Also

MessageQueueInstaller Class | MessageQueueInstaller Members | System.Messaging Namespace