Nevron Open Vision Documentation
Nevron.Nov Namespace / NDSTKI Class / NDSTKI Constructor / NDSTKI Constructor(Byte,UInt16,ENProductType,ENEditionType,DateTime,Byte)


In This Topic
    NDSTKI Constructor(Byte,UInt16,ENProductType,ENEditionType,DateTime,Byte)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal versionId As System.Byte, _
       ByVal clientId As System.UShort, _
       ByVal productType As ENProductType, _
       ByVal editionType As ENEditionType, _
       ByVal date As System.Date, _
       ByVal monthsValid As System.Byte _
    )
    'Usage
     
    
    Dim versionId As System.Byte
    Dim clientId As System.UShort
    Dim productType As ENProductType
    Dim editionType As ENEditionType
    Dim date As System.Date
    Dim monthsValid As System.Byte
     
    Dim instance As New NDSTKI(versionId, clientId, productType, editionType, date, monthsValid)
    public NDSTKI( 
       System.byte versionId,
       System.ushort clientId,
       ENProductType productType,
       ENEditionType editionType,
       System.DateTime date,
       System.byte monthsValid
    )

    Parameters

    versionId
    clientId
    productType
    editionType
    date
    monthsValid
    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