JAMS Developer Guide
SymopOperatorId Property


MVPSI.JAMS.Sym.Activities Namespace > RunJobFile Class : SymopOperatorId Property
Operator Id to log into SYMOP. In most cases this will be "0000" or the same as your SymUserId
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("JOBFILE")>
<System.ComponentModel.DescriptionAttribute("Operator Id to log into SYMOP. In most cases this will be "0000" or the same as your SymUserId")>
Public Property SymopOperatorId As System.Activities.InArgument(Of String)
'Usage
 
Dim instance As RunJobFile
Dim value As System.Activities.InArgument(Of String)
 
instance.SymopOperatorId = value
 
value = instance.SymopOperatorId
[System.ComponentModel.Category("JOBFILE")]
[System.ComponentModel.Description("Operator Id to log into SYMOP. In most cases this will be "0000" or the same as your SymUserId")]
public System.Activities.InArgument<string> SymopOperatorId {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