BasicProfileViolationEnumerator::IEnumerator::Current Property

 

Gets the current element in the BasicProfileViolationCollection.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

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

Property Value

Type: System::Object^

The current element in the collection.

.NET Framework
Available since 2.0
Return to top
Show: