FileMetadata 1.0 control documentation

Gets an individual MetadataItem object from the collection by the specified name.

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

Parameters

name
The name of the MetadataItem.

Property Value

Reference to MetadataItem object with the specified name in collection.

See Also

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