Previous Topic: Variable Types

Next Topic: Request Context Variables

Static Variables

Static variables consist of a simple name/value pair of a particular type, such as string, boolean, and others. The key benefit of a static variable is to implement good programming practices. Instead of repeating the value of a constant each time it's used in a policy, a static variable provides a single piece of data that can be used throughout multiple policies.


Copyright © 2010 CA. All rights reserved. Email CA about this topic