[C#] In C#, this property is the indexer for the AttributeCollection class.
[Visual Basic] MustOverride OverloadsPublic Default Property ReadOnly Item( _ ByVal index As Integer _ ) As Attribute [C#] public abstract Attribute this[ int index ] { get; } [C++] public: abstract __property Attribute* get_Item( int index ); [JScript] returnValue = AttributeCollectionObject.Item( index ); -or- returnValue = AttributeCollectionObject( index );
[JScript] In JScript, you can use the default indexed properties defined by a type, but you cannot explicitly define your own. However, specifying the expando attribute on a class automatically provides a default indexed property whose type is Object and whose index type is String.
AttributeCollection Class | LdapServices.Ldap Namespace | AttributeCollection.Item Overload List