MFSubstructureReferenceAttributeChildFilterReferencePath Property
            
            The value given here is passed on to the child options, use this if the decorated 
            property is a collection.
            
            When Value List Item filtering based on a owner Value List that is defined within the
            object hierarchy, this attribute is used to define to JSPath to the 'item' that contains the 
            value list definition to filter against.
            
            // FilterReferencePath = ".parent._children{.key = 'MySiblingItem' } "
            var refItem = JSPath.apply( item.options.filterReferencePath, item )[ 0 ];
            var structureDef = refItem.structureDef;
            
            
            
              Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public string ChildFilterReferencePath { get; set; }
Property Value
String