JAMS Developer Guide
Add Method (ParamCollection)


MVPSI.JAMS Namespace > ParamCollection Class : Add Method
Create a new param if it doesn't exist and just updates its properties if it does exist.
Syntax
'Declaration
 
Public Shadows Function Add( _
   ByVal newParam As Param _
) As Param
'Usage
 
Dim instance As ParamCollection
Dim newParam As Param
Dim value As Param
 
value = instance.Add(newParam)
public new Param Add( 
   Param newParam
)

Parameters

newParam

Return Value

newParam or existingParam
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

ParamCollection Class
ParamCollection Members