MessageEnumerator::IEnumerator::Current Property
.NET Framework (current version)
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.
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.
Implements
IEnumerator::Current
.NET Framework
Available since 2.0
Available since 2.0
Show: