HostIntegratorSession.GetEntityDescription Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.GetEntityDescription Method 

Gets the description for the specified entity in the Host Integrator model.

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

Parameters

entityName
Specifies an entity in the current Host Integrator model.

Return Value

This method returns the description for the specified entity.

Remarks

Gets the description for the specified entity in the Host Integrator model.

See Also

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