Nevron Open Vision Documentation
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
    'Declaration
     
    
    Public Overloads Shared Function CreateExtended( _
       ByVal declaringSchema As NSchema, _
       ByVal name As System.String, _
       ByVal type As NDomType, _
       ByVal defaultValue As System.Object _
    ) As NProperty
    'Usage
     
    
    Dim declaringSchema As NSchema
    Dim name As System.String
    Dim type As NDomType
    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,
       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