adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / TagInformation Class / TagInformation Constructor


In This Topic
    TagInformation Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal tagName As String, _
       ByVal useCount As Integer _
    )
    public TagInformation( 
       string tagName,
       int useCount
    )
    public:
    TagInformation( 
       String^ tagName,
       int useCount
    )

    Parameters

    tagName
    useCount
    See Also