BasicProfileViolationEnumerator::Current Property
.NET Framework (current version)
Gets the current BasicProfileViolation element in the BasicProfileViolationCollection.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: property BasicProfileViolation^ Current { virtual BasicProfileViolation^ get() sealed; }
Property Value
Type: System.Web.Services.Description::BasicProfileViolation^A BasicProfileViolation object representing the current element in the BasicProfileViolationCollection.
Implements
IEnumerator<T>::CurrentThe default value is -1.
.NET Framework
Available since 2.0
Available since 2.0
Show: