Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NProperty Class / OwnerSchema Property


In This Topic
    OwnerSchema Property (NProperty)
    In This Topic
    Gets the schema, which owns this property. For a self property, this is the schema that declared the property. For an extended property, this is always the NNode schema.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OwnerSchema As NSchema
    'Usage
     
    
    Dim instance As NProperty
    Dim value As NSchema
     
    value = instance.OwnerSchema
    public NSchema OwnerSchema {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