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:

Exceptions

Exception TypeCondition
HostIntegratorConnectorExceptionThrown if client is not connected
HostIntegratorModelDefExceptionThrown if a reference is made to a nonexistent entity

See Also

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