JAMS Developer Guide
Tag Constructor(String,Int32)


MVPSI.JAMS Namespace > Tag Class > Tag Constructor : Tag Constructor(String,Int32)
Create a tag with the specified name and id.
Syntax
'Declaration
 
Public Function New( _
   ByVal tagName As System.String, _
   ByVal tagId As System.Integer _
)
'Usage
 
Dim tagName As System.String
Dim tagId As System.Integer
 
Dim instance As New Tag(tagName, tagId)
public Tag( 
   System.string tagName,
   System.int tagId
)

Parameters

tagName
tagId
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

Reference

Tag Class
Tag Members
Overload List