The CallDurationCondition type exposes the following members.

Properties

  NameDescription
Public propertyConditionType
The type of condition.
(Inherited from PolicyCondition.)
Public propertyDurationInSeconds
The value to check the duration against, in units of seconds.
Public propertyId
The Id of the condition.
(Inherited from PolicyCondition.)
Public propertyNegated
When true, the logical result of the condition evaluation is flipped.
(Inherited from PolicyCondition.)
Public propertyOperation
An conditional operator that compares the call duration to DurationInSeconds.

See Also