JAMS Developer Guide
Items Property (JobParamCollection)


MVPSI.JAMS Namespace > JobParamCollection Class : Items Property
Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Protected ReadOnly Property Items As System.Collections.Generic.IList(Of Param)
'Usage
 
Dim instance As JobParamCollection
Dim value As System.Collections.Generic.IList(Of Param)
 
value = instance.Items
[__DynamicallyInvokable()]
protected System.Collections.Generic.IList<Param> Items {get;}
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

JobParamCollection Class
JobParamCollection Members