JAMS Developer Guide
FindById Method (TagDefinitions)


MVPSI.JAMS Namespace > TagDefinitions Class : FindById Method
Returns the Tag with the specified ID.
Syntax
'Declaration
 
Public Function FindById( _
   ByVal tagId As System.Integer _
) As Tag
'Usage
 
Dim instance As TagDefinitions
Dim tagId As System.Integer
Dim value As Tag
 
value = instance.FindById(tagId)
public Tag FindById( 
   System.int tagId
)

Parameters

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

TagDefinitions Class
TagDefinitions Members