Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.8 Assembly / C1.Util.Licensing Namespace / C1ProductInfoAttribute Class / C1ProductInfoAttribute Constructor

In This Topic
    C1ProductInfoAttribute Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal productCode As System.String, _
       ByVal productGUID As System.String _
    )
    public C1ProductInfoAttribute( 
       System.string productCode,
       System.string productGUID
    )

    Parameters

    productCode
    productGUID
    See Also