Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NSchema Class / GetPropertyById Method


In This Topic
    GetPropertyById Method
    In This Topic
    Tries to find a property with the specified id, which is declared in this or base schemas. Returns null if such property does not exist.
    Syntax
    'Declaration
     
    
    Public Function GetPropertyById( _
       ByVal id As System.Integer _
    ) As NProperty
    'Usage
     
    
    Dim instance As NSchema
    Dim id As System.Integer
    Dim value As NProperty
     
    value = instance.GetPropertyById(id)
    public NProperty GetPropertyById( 
       System.int id
    )

    Parameters

    id
    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