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!

Message.AppSpecific

Gets or sets application-generated information regarding the message.

[Visual Basic]
Overridable Public Property AppSpecific As Integer
[C#]
public int AppSpecific {virtual get; virtual set;}
[C++]
public: __property virtual int get_AppSpecific();
public: __property virtual 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.

See Also

Message Class | Message Members | System.Messaging Namespace