TExternalBaseSetOutputDataExtension Method Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

[This is preliminary documentation and is subject to change.]

Protected function "SetOutputDataExtension", provided to the user DLL to set the output data extension info.

Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax

protected void SetOutputDataExtension(
	string key,
	Object value
)

Parameters

key
Type: SystemString
Specifies the output data extension key.
value
Type: SystemObject
Specifies the output data extension value.
See Also

Reference