Class MetaData
The methods and properties in the MetaData class provide information on Host Integrator metadata. This class also serves as the base class for all other kinds of metadata used in Host Integrator.
Inheritance
MetaData
Inherited Members
Namespace: WRQ.Verastream.HostIntegrator
Assembly: WRQ.Verastream.HostIntegrator.dll
Syntax
[Serializable]
public abstract class MetaData
Properties
DataType
Gets the metadata type for the associated object.
Declaration
public virtual MetaDataType DataType { get; }
Property Value
Type | Description |
---|---|
MetaDataType | The value set or returned is a member of the MetaDataType enumeration. |
Description
Gets the description for the associated object.
Declaration
public virtual string Description { get; }
Property Value
Type | Description |
---|---|
string | This property returns the description for the associated object. |
Name
Gets the name for the associated object.
Declaration
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string | This property returns the name for the associated object. |