JAMS 6.x Help
UserID Property (Job)


Gets or sets the user that this Job should run under. This overrides the username specified in the Job's Folder definition.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Execution")>
<System.ComponentModel.DescriptionAttribute("The user this job should run under.  The default comes from the job's Folder definition.")>
<System.ComponentModel.DefaultValueAttribute()>
<CompareOptionsAttribute(True)>
<System.Xml.Serialization.XmlIgnoreAttribute()>
Public ReadOnly Property UserID As System.Integer
'Usage
 
Dim instance As Job
Dim value As System.Integer
 
value = instance.UserID
[System.ComponentModel.Category("Execution")]
[System.ComponentModel.Description("The user this job should run under.  The default comes from the job's Folder definition.")]
[System.ComponentModel.DefaultValue()]
[CompareOptions(true)]
[System.Xml.Serialization.XmlIgnore()]
public System.int UserID {get;}
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

Job Class
Job Members

Send Feedback