Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NSchema Class / ChildrenBaseSchema Property


In This Topic
    ChildrenBaseSchema Property
    In This Topic
    Gets the base schema of the possible node children. For ChildrenStorage.Collection, returns the childrenBaseSchema, with which this schema was last defined as collection, via the MakeCollection method. For ChildrenStorage.Container, returns the first common ancestor schema, of this schema children (valid only after the schema is Sealed).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ChildrenBaseSchema As NSchema
    'Usage
     
    
    Dim instance As NSchema
    Dim value As NSchema
     
    value = instance.ChildrenBaseSchema
    public NSchema ChildrenBaseSchema {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also