JAMS Developer Guide
Add(EntryParam) Method


MVPSI.JAMS Namespace > EntryParamCollection Class > Add Method : Add(EntryParam) Method
Adds parameters to entry parameter collection
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal ep As EntryParam _
) 
'Usage
 
Dim instance As EntryParamCollection
Dim ep As EntryParam
 
instance.Add(ep)
public void Add( 
   EntryParam ep
)

Parameters

ep
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

EntryParamCollection Class
EntryParamCollection Members
Overload List