HostIntegratorSession.GetEntityAttributes Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.GetEntityAttributes Method 

Gets the names of the attributes for the specified entity in the Host Integrator model.

[Visual Basic]Public Function GetEntityAttributes( _
   ByVal entityName As String _
) As IList
[C#]
public IList GetEntityAttributes(
   string entityName
);

Parameters

entityName
Specifies an entity in the Host Integrator model.

Return Value

This method returns the names of the attributes for the specified entity in the Host Integrator model.

Remarks

Reasons for failure include:

  • Server session not established.
  • Invalid entity name.

See Also

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