HostIntegratorSession.GetAttributes Method (IList)

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.GetAttributes Method (IList)

Gets attributes for the current entity.

[Visual Basic]Overloads Public Function GetAttributes( _
   ByVal attributeNames As IList _
) As DataSet
[C#]
public DataSet GetAttributes(
   IList attributeNames
);

Parameters

attributeNames
Specifies attributes to get from the entity.

Return Value

This version of the GetAttributes method (with an attributeNames parameter) returns all specified attributes.

Remarks

Gets attributes for the current entity.

See Also

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