JAMS Developer Guide
SetVariables Property (Submit)


MVPSI.JAMS.Activities Namespace > Submit Class : SetVariables Property
When true, we look at the value of the submitted Job's Parameters upon completion and update the value of matching Variables int the Workflow.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("When true, we look at the value of the submitted Job's Parameters upon completion and update the value of matching Variables int the Workflow.")>
<System.ComponentModel.CategoryAttribute("JAMS")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property SetVariables As System.Boolean
'Usage
 
Dim instance As Submit
Dim value As System.Boolean
 
instance.SetVariables = value
 
value = instance.SetVariables
[System.ComponentModel.Description("When true, we look at the value of the submitted Job's Parameters upon completion and update the value of matching Variables int the Workflow.")]
[System.ComponentModel.Category("JAMS")]
[System.ComponentModel.DefaultValue()]
public System.bool SetVariables {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

Submit Class
Submit Members