'Declaration
<System.ComponentModel.CategoryAttribute("JOBFILE")> <System.ComponentModel.DescriptionAttribute("SYM specific userid. Must be in the format of "symuserid.password"")> Public Property SymUserId As System.Activities.InArgument(Of String)
'Usage
Dim instance As RunJobFile Dim value As System.Activities.InArgument(Of String) instance.SymUserId = value value = instance.SymUserId
[System.ComponentModel.Category("JOBFILE")] [System.ComponentModel.Description("SYM specific userid. Must be in the format of "symuserid.password"")] public System.Activities.InArgument<string> SymUserId {get; set;}