|
Property CustomData String CustomData
If you need to store some data specific to your application you can use this variable. For example, if you needed to store a variable which needs to be persistent between uses of the application you could use this parameter.
Usage:
<SecurityObject>.CustomData = StringValue
|