JAMS Developer Guide
Update Method (Tag)


MVPSI.JAMS Namespace > Tag Class : Update Method
Update an existing tag.
Syntax
'Declaration
 
Public Shared Sub Update( _
   ByVal update As Tag, _
   ByVal server As Server _
) 
'Usage
 
Dim update As Tag
Dim server As Server
 
Tag.Update(update, server)
public static void Update( 
   Tag update,
   Server server
)

Parameters

update
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