FileMetadata 1.0 control documentation

Gets the type of metadata stream.

[Visual Basic]
Public ReadOnly Property Type As StreamType
[C#]
public StreamType Type {get;}

Property Value

The StreamType object representation type of metadata stream

Remarks

Type is read-only value. New metadata can have only type StreamType.AlternateData.

See Also

MetadataItem Class | ElementIT.FileMetadata Namespace