Click or drag to resize

MetadataCollection Class

Customized metadata information
Inheritance Hierarchy
SystemObject
  OBS.ModelMetadataCollection

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntax
C#
public sealed class MetadataCollection

The MetadataCollection type exposes the following members.

Constructors
  NameDescription
Public methodMetadataCollection
Initializes a new instance of the MetadataCollection class
Top
Properties
  NameDescription
Public propertyCount
Number of corresponding metadata headers
Public propertyItem
Customized metadata
Public propertyKeys
Set of metadata element names
Public propertyKeyValuePairs
Metadata key-value pairs
Public propertyValues
Set of metadata element values
Top
Methods
  NameDescription
Public methodAdd
Add customized metadata.
Top
See Also