System.Messaging Reference (Document! X Sample)



System.Messaging Namespace > DefaultPropertiesToSend Class : TransactionStatusQueue Property
TransactionStatusQueue Property (DefaultPropertiesToSend)
Gets the transaction status queue on the source computer.
Syntax
'Declaration
 
<MessagingDescriptionAttribute("Identifies the transaction status queue on the source computer.")>
<DefaultValueAttribute()>
Public Property TransactionStatusQueue As MessageQueue
'Usage
 
Dim instance As DefaultPropertiesToSend
Dim value As MessageQueue
 
instance.TransactionStatusQueue = value
 
value = instance.TransactionStatusQueue
[MessagingDescription("Identifies the transaction status queue on the source computer.")]
[DefaultValue()]
public MessageQueue TransactionStatusQueue {get; set;}
[MessagingDescription("Identifies the transaction status queue on the source computer.")]
[DefaultValue()]
public:
property MessageQueue^ TransactionStatusQueue {
   MessageQueue^ get();
   void set (    MessageQueue^ value);
}

Property Value

The transaction status queue on the source computer, which is used for sending acknowledgement messages back to the sending application. The default is null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also