JAMS Developer Guide
GetTags Method


MVPSI.JAMS Namespace > Tags Class : GetTags Method
Get the Tags applied to this object
Syntax
'Declaration
 
Public Function GetTags() As System.Collections.Generic.IEnumerable(Of Tag)
'Usage
 
Dim instance As Tags
Dim value As System.Collections.Generic.IEnumerable(Of Tag)
 
value = instance.GetTags()
public System.Collections.Generic.IEnumerable<Tag> GetTags()
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