Sets the PropertyValue expression.
Defines an optional data function for modifying the expression result. The data function availability depends on the evaluated data type.
In scripting languages, a specific null value (e.g., Nothing in VBScript) should be used to indicate the default value.
Visual Basic |
---|
Public Sub SetPropertyValueExpression( _ ByVal PropertyDef As Long, _ ByVal PCBehavior As MFParentChildBehavior, _ Optional ByVal DataFunctionCall As DataFunctionCall = 0 _ ) |
Value | Description |
---|---|
MFParentChildBehaviorIncludeChildValues | Accepts matches to child values as well. |
MFParentChildBehaviorIncludeParentValues | Accepts matches to parent values as well. |
MFParentChildBehaviorNone | No special behavior. |
Defines an optional data function for modifying the expression result. The data function availability depends on the evaluated data type.
In scripting languages, a specific null value (e.g., Nothing in VBScript) should be used to indicate the default value.