Gets and Sets the values specified for this access control policy condition.
For example, in a condition that compares the incoming IP address of a
request to a specified range of IP addresses, the range of IP addresses
is the single value in the condition.
Most conditions accept only one value, but multiple values are possible.

C# |
public string[] Values { get; set; }