Request CustomData Property Bluefin Web Client API Documentation
Gets or sets CustomData. Please note that the value of CustomData field will be URL encoded in the posted query.

Namespace: Bluefin.Web.Client
Assembly: Bluefin-3.8.sp8-net4.5 (in Bluefin-3.8.sp8-net4.5.dll) Version: 3.8.0.8 (3.8.0.8)
Syntax

Public Property CustomData As String 
	Get 
	Set
Remarks

This is an open variable. Many developers use this variable to transmit structured data formats or serialized variables. You can send through many name=value pairs through this single variable.
See Also