Interface IMetaData
The methods and properties in the IMetaData interface provide information on Host Integrator metadata.
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public interface IMetaData
Remarks
The methods and properties in the IMetaData interface provide information on Host Integrator metadata. It also serves as the base type for all other kinds of metadata used in Host Integrator.
Properties
Description
Gets the description for the associated object.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
string | This property returns the description for the associated object. |
Remarks
Gets the description for the associated object.
MetaDataType
Gets the metadata type for the associated object.
Declaration
MetaDataType MetaDataType { get; }
Property Value
Type | Description |
---|---|
MetaDataType | The value is a member of the MetaDataType enumeration. |
Name
Gets the name for the associated object.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string | This property returns the name for the associated object. |
Remarks
Gets the name for the associated object.