NevronOpenVision
Nevron.Nov.Dom Namespace / NProperty Class / CreateExtended Method / CreateExtended(NSchema,String,NDomType,Object) Method
The declaring schema - used in the full name generation
The short name of the property
The type of the values for the property
The default value for the property
In This Topic
    CreateExtended(NSchema,String,NDomType,Object) Method
    In This Topic
    Registers an extended property
    Syntax
    public static NProperty CreateExtended( 
       NSchema declaringSchema,
       System.string name,
       NDomType type,
       System.object defaultValue
    )

    Parameters

    declaringSchema
    The declaring schema - used in the full name generation
    name
    The short name of the property
    type
    The type of the values for the property
    defaultValue
    The default value for the property

    Return Value

    the extened property
    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