Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NProperty Class / CreateExtended Method / CreateExtended(NSchema,String,Type,Object) Method


In This Topic
    CreateExtended(NSchema,String,Type,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function CreateExtended( _
       ByVal declaringSchema As NSchema, _
       ByVal name As System.String, _
       ByVal type As System.Type, _
       ByVal defaultValue As System.Object _
    ) As NProperty
    'Usage
     
    
    Dim declaringSchema As NSchema
    Dim name As System.String
    Dim type As System.Type
    Dim defaultValue As System.Object
    Dim value As NProperty
     
    value = NProperty.CreateExtended(declaringSchema, name, type, defaultValue)
    public static NProperty CreateExtended( 
       NSchema declaringSchema,
       System.string name,
       System.Type type,
       System.object defaultValue
    )

    Parameters

    declaringSchema
    name
    type
    defaultValue
    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