JAMS Developer Guide
Find Method (Tag)


MVPSI.JAMS Namespace > Tag Class : Find Method
Finds all of the tags.
Syntax
'Declaration
 
Public Shared Function Find( _
   ByVal server As Server _
) As System.Collections.Generic.IEnumerable(Of Tag)
'Usage
 
Dim server As Server
Dim value As System.Collections.Generic.IEnumerable(Of Tag)
 
value = Tag.Find(server)
public static System.Collections.Generic.IEnumerable<Tag> Find( 
   Server server
)

Parameters

server
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