do-set-op-property

Sets an operation property with the given name to the value specified by <arg-string> on the current operation. An operation property is a named value that is stored as an attribute on an <operation-data> element within an operation and is typically used to supply additional context that might be needed by the policy that handles the results of an operation.

Example

<do-set-op-property name="myProperty">  <arg-string>  <token-text>Fred</token-text> </arg-string> </do-set-op-property>

Allowed Content

Element

Description

arg-string

String argument.

Attributes

Attribute

Possible Values

Default Value

disabled

true | false

True if this element is disabled.

false

name

NMTOKEN

Name of the operation property.

#REQUIRED

notrace

true | false

True if this element should not be traced during execution of the policy.

false

Content Rule

( arg-string )

Parent Elements

Element

Description

actions

Actions that are performed by a <rule>.

arg-actions

Actions argument.