HostIntegratorSession.EnableTerminalAttributes Method (Boolean)

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.EnableTerminalAttributes Method (Boolean)

Enables or disables the availability of terminal attributes when retrieving attribute or field data from the Host Integrator server. This method applies to subsequent GetAttributes or FetchRecords method calls. Attributes are only retrieved if they are enabled at run-time with this method call, and also enabled in the model file for the entity or recordset.

[Visual Basic]Overloads Public Sub EnableTerminalAttributes( _
   ByVal enable As Boolean _
)
[C#]
public void EnableTerminalAttributes(
   bool enable
);

Parameters

enable
Specifies whether terminal attributes are enabled.

Remarks

This method applies to subsequent GetAttributes or FetchRecords method calls during the current session. Attributes are only retrieved if they are enabled at run-time with this method call, and also enabled in the model file for the entity or recordset.

See Also

HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace | HostIntegratorSession.EnableTerminalAttributes Overload List