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!

DefaultPropertiesToSend.UseTracing

Gets or sets a value indicating whether to trace a message as it moves toward its destination queue.

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

Property Value

true if each hop made by the original message will generate a report to be sent to the system's report queue; otherwise, false. The default is false.

Remarks

UseTracing provides access to the Trace property of the Message Queuing application's MSMQMessage object.When a message is sent with tracing enabled, a report message is generated and sent to the system report queue each time the message passes through a Message Queuing routing server. Report queues are not limited to Message Queuing application-generated report messages. Application-generated messages can be sent to report queues as well.

See Also

DefaultPropertiesToSend Class | DefaultPropertiesToSend Members | System.Messaging Namespace | TBD