Message 1 of 2

Not applicable
04-09-2015
07:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi gents,
I would like to have Custom iProperty add by iRule, just like :
iProperties.Value("Custom", "A") = PARAMETER1
would create iProperty A with parameter value as for PARAMETER1 as number;
and,
iProperties.Value("Custom", "B") = "Example Text"
would create iProperty B with example text as text,
Question, how to create Custom iProperty to have text and number in one???
iProperties.Value("Custom", "C") = "Example Text" PARAMETER1 (this one input does not work)
Cheers!
Solved! Go to Solution.