JAMS Developer Guide
MoveTo Method (Variable)


MVPSI.JAMS Namespace > Variable Class : MoveTo Method
Save the Variable with a new name and/or server and remove the old instance of the Variable.
Syntax
'Declaration
 
Public Sub MoveTo( _
   ByVal newName As System.String, _
   ByVal js As Server _
) 
'Usage
 
Dim instance As Variable
Dim newName As System.String
Dim js As Server
 
instance.MoveTo(newName, js)
public void MoveTo( 
   System.string newName,
   Server js
)

Parameters

newName
js
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

Variable Class
Variable Members