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

Returns the current Message of the enumeration. Before the first call to MoveNext and following a call to MoveNext that returned false an InvalidOperationException will be thrown.

[Visual Basic]
Overridable Public ReadOnly Property Current As Object
[C#]
public object Current {virtual get;}
[C++]
public: __property virtual Object* get_Current();
[JScript]
public function get Current() : Object;

Property Value

the current message of the enumeration.

See Also

MessagesEnumerator Class | MessagesEnumerator Members | System.Messaging Namespace