JAMS Developer Guide
UseParameters Property (SubmitEntry)


MVPSI.JAMS.Activities Namespace > SubmitEntry Class : UseParameters Property
When true, we look for parameters in the containing job that match parameters in the job being submitted.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("When true, we look for parameters in the containing job that match parameters in the job being submitted.")>
<System.ComponentModel.CategoryAttribute("JAMS")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property UseParameters As System.Boolean
'Usage
 
Dim instance As SubmitEntry
Dim value As System.Boolean
 
instance.UseParameters = value
 
value = instance.UseParameters
[System.ComponentModel.Description("When true, we look for parameters in the containing job that match parameters in the job being submitted.")]
[System.ComponentModel.Category("JAMS")]
[System.ComponentModel.DefaultValue()]
public System.bool UseParameters {get; set;}
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

SubmitEntry Class
SubmitEntry Members