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!

MessagesEnumerator.CursorHandle

The native MSMQ cursor handle used to browse messages in the queue..

[Visual Basic]
Overridable Public ReadOnly Property CursorHandle As Integer
[C#]
public int CursorHandle {virtual get;}
[C++]
public: __property virtual int get_CursorHandle();
[JScript]
public function get CursorHandle() : int;

See Also

MessagesEnumerator Class | MessagesEnumerator Members | System.Messaging Namespace