Nevron.Licensing Namespace / NEKI Class / NEKI Constructor / NEKI Constructor(Int32,ENProductGroup,DateTime,Byte)


In This Topic
    NEKI Constructor(Int32,ENProductGroup,DateTime,Byte)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal versionId As System.Integer, _
       ByVal productGroup As ENProductGroup, _
       ByVal date As System.Date, _
       ByVal daysToEvaluate As System.Byte _
    )
    'Usage
     
    
    Dim versionId As System.Integer
    Dim productGroup As ENProductGroup
    Dim date As System.Date
    Dim daysToEvaluate As System.Byte
     
    Dim instance As New NEKI(versionId, productGroup, date, daysToEvaluate)
    public NEKI( 
       System.int versionId,
       ENProductGroup productGroup,
       System.DateTime date,
       System.byte daysToEvaluate
    )

    Parameters

    versionId
    productGroup
    date
    daysToEvaluate
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also