HostIntegratorSession.SetAttributes Method (DataSet)

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.SetAttributes Method (DataSet)

Sets the attributes for the current entity.

[Visual Basic]Overloads Public Sub SetAttributes( _
   ByVal attributes As DataSet _
)
[C#]
public void SetAttributes(
   DataSet attributes
);

Parameters

attributes
Specifies attributes for the current entity, using name-value pairs.

Remarks

SetAttributes does not need to specify all attributes for the entity, but it should specify all required attributes.

See Also

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