JAMS Developer Guide
BatchSequenceNumber Property


MVPSI.JAMS.Sym.Activities Namespace > RunJobFile Class : BatchSequenceNumber Property
Batch sequence number of the job
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("JOBFILE")>
<System.ComponentModel.DescriptionAttribute("Returns the batch sequence number of the job")>
Public Property BatchSequenceNumber As System.Activities.OutArgument(Of Integer)
'Usage
 
Dim instance As RunJobFile
Dim value As System.Activities.OutArgument(Of Integer)
 
instance.BatchSequenceNumber = value
 
value = instance.BatchSequenceNumber
[System.ComponentModel.Category("JOBFILE")]
[System.ComponentModel.Description("Returns the batch sequence number of the job")]
public System.Activities.OutArgument<int> BatchSequenceNumber {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

RunJobFile Class
RunJobFile Members