Gets or sets CustomData.
Please note that the value of CustomData field will be URL encoded in the posted query.
Namespace: Bluefin.Web.ClientAssembly: Bluefin-3.8.sp8-net4.5 (in Bluefin-3.8.sp8-net4.5.dll) Version: 3.8.0.8 (3.8.0.8)
Public Property CustomData As String
Get
Set
Public Property CustomData As String
Get
Set
public string CustomData { get; set; }
public string CustomData { get; set; }
public:
property String^ CustomData {
String^ get ();
void set (String^ value);
}
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.