ValueSetterAttributePropertyDefReferencePath Property

Define to JSPath to the 'item' that contains the property definition to filter against. // PropertyDefReferencePath = ".parent._children{.key = 'MySiblingItem' } " var propdefRefItem = JSPath.apply( item.options.propertyDefReferencePath , item )[ 0 ]; var propDef = propdefRefItem.structureDef;

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public string PropertyDefReferencePath { get; set; }

Property Value

String

See Also