HostIntegratorSession.GetAttributeMetaData Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.GetAttributeMetaData Method 

Gets metadata for the specified attribute and entity in the Host Integrator model.

[Visual Basic]Public Function GetAttributeMetaData( _
   ByVal entityName As String, _
   ByVal attributeName As String _
) As AttributeMetaData
[C#]
public AttributeMetaData GetAttributeMetaData(
   string entityName,
   string attributeName
);

Parameters

entityName
Specifies an entity in the Host Integrator model.
attributeName
Specifies an attribute in the specified entity.

Return Value

This method returns metadata about the specified attribute.

Remarks

Gets metadata for the specified attribute and entity in the Host Integrator model.

See Also

HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace