MessageEnumerator::IEnumerator::Current Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns a Message that references the message at the current cursor position.

Namespace:   System.Messaging
Assembly:  System.Messaging (in System.Messaging.dll)

private:
property Object^ Current {
	virtual Object^ get() sealed = IEnumerator::Current::get;
}

Property Value

Type: System::Object^

A Message that references the message at the current cursor position.

.NET Framework
Available since 2.0
Return to top
Show: