JAMS Developer Guide
TagIds Property


MVPSI.JAMS Namespace > Tags Class : TagIds Property
Gets the tag IDs
Syntax
'Declaration
 
Public ReadOnly Property TagIds As System.Collections.Generic.IEnumerable(Of Integer)
'Usage
 
Dim instance As Tags
Dim value As System.Collections.Generic.IEnumerable(Of Integer)
 
value = instance.TagIds
public System.Collections.Generic.IEnumerable<int> TagIds {get;}
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