MessageQueueEnumerator::IEnumerator::Current Property

 

Gets the current MessageQueue of the enumeration.

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^

The queue at which the cursor is currently positioned.

.NET Framework
Available since 2.0
Return to top
Show: