Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NProperty Class / NProperty Constructor / NProperty Constructor(NSchema,String,NDomType,Object)


In This Topic
    NProperty Constructor(NSchema,String,NDomType,Object)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal YOfb As NSchema, _
       ByVal Apfb As System.String, _
       ByVal bpfb As NDomType, _
       ByVal Cpfb As System.Object _
    )
    'Usage
     
    
    Dim YOfb As NSchema
    Dim Apfb As System.String
    Dim bpfb As NDomType
    Dim Cpfb As System.Object
     
    Dim instance As New NProperty(YOfb, Apfb, bpfb, Cpfb)
    internal NProperty( 
       NSchema YOfb,
       System.string Apfb,
       NDomType bpfb,
       System.object Cpfb
    )

    Parameters

    YOfb
    Apfb
    bpfb
    Cpfb
    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