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.AppSpecific

Gets or sets application-generated information.

[Visual Basic]
Public Property AppSpecific As Integer
[C#]
public int AppSpecific {get; set;}
[C++]
public: __property int get_AppSpecific();
public: __property void set_AppSpecific(int);
[JScript]
public function get AppSpecific() : int;
public function set AppSpecific(int);

Property Value

The information generated by the application, such as single integer values or application-defined message classes. The default is 0.

Remarks

AppSpecific provides access to the AppSpecific property of the Message Queuing application's MSMQMessage object.

Where possible, message data should be included in the body of the message rather than in the extension. Use AppSpecific rather than Extension to attach information such as single integer values or application-defined message classes.

See Also

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