Verastream Host Integrator .Net Reference

HostIntegratorSession.GetVariableMetaData Method 

Gets metadata for a model variable in the Host Integrator model.

[Visual Basic]
Public Function GetVariableMetaData( _
   ByVal variableName As String _
) As VariableMetaData
[C#]
public VariableMetaData GetVariableMetaData(
   string variableName
);

Parameters

variableName
Specifies the name of a variable in the Host Integrator model.

Return Value

This method returns metadata for the specified variable.

Remarks

Gets metadata for a model variable in the Host Integrator model.

Exceptions

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

See Also

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