JAMS Developer Guide
SubmitType Property (Submit)


MVPSI.JAMS.Activities Namespace > Submit Class : SubmitType Property
Specifies if the JobName property is a job name or a setup name.
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
Public Property SubmitType As System.String
'Usage
 
Dim instance As Submit
Dim value As System.String
 
instance.SubmitType = value
 
value = instance.SubmitType
[System.ComponentModel.Browsable(false)]
public System.string SubmitType {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