FileMetadata 1.0 control documentation

Gets a value indicating the number of MetadataItem objects in collection.

[Visual Basic]
NotOverridable Public ReadOnly Property Count As Integer _
    Implements ICollection.Count
[C#]
public int Count {get;}

Property Value

An integer value representing the number of MetadataItem in collection.

Implements

ICollection.Count

See Also

FileMetadata Class | ElementIT.FileMetadata Namespace