Method syntax
|
Description
|
VOID SetValue(*)
|
Sets the value of a single field partition policy with the native data-type.
Note: * signifies all Data Types
Note: The method throws an error if it is called after the policy detail is created, or if it is called in a policy that has multiple fields.
|
VOID SetValue(*,INTEGER)
|
Sets the value of a multi-field partition policy with the native data-type.
Note: * signifies all Data Types
Note: The method throws an error if it is called after the policy detail is created, or if it is called in a policy where the field number (second parameter) is out of bounds of the number of fields in the policy.
|