FileMetadata 1.0 control documentation

Gets an individual MetadataItem object from the collection by the specified numerical index.

[Visual Basic]
Overloads Public Default ReadOnly Property Item( _
   ByVal index As Integer _
) As MetadataItem
[C#]
public MetadataItem this[
   int index
] {get;}

Parameters

index
An index of the MetadataItem in collection.

Property Value

Reference to MetadataItem object at the specified index in collection.

See Also

FileMetadata Class | ElementIT.FileMetadata Namespace | FileMetadata.Item Overload List