JAMS Developer Guide
AddTag(Int32) Method


MVPSI.JAMS Namespace > Tags Class > AddTag Method : AddTag(Int32) Method
Adds the specified tag.
Syntax
'Declaration
 
Public Overloads Sub AddTag( _
   ByVal tagId As System.Integer _
) 
'Usage
 
Dim instance As Tags
Dim tagId As System.Integer
 
instance.AddTag(tagId)
public void AddTag( 
   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

Tags Class
Tags Members
Overload List