'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;}