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;
            
            
            
              Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public string PropertyDefReferencePath { get; set; }
Property Value
String