Microsoft Identity Integration Server 2003 Developer Reference

AttributeNameEnumerator.Current

The Current property retrieves the current attribute name in the enumeration.
[C#]
public String Current {get;}
[Visual Basic .NET]
Public ReadOnly Property Current As String

Exceptions

Exception type Condition
InvalidOperationException The enumerator has already enumerated the last attribute.

Requirements

Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

AttributeNameEnumerator