JAMS Developer Guide
SymUserId Property


MVPSI.JAMS.Sym.Activities Namespace > RunJobFile Class : SymUserId Property
SYM specific userid. Must be in the format of "symuserid.password"
Syntax
'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;}
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