MVPSI.JAMS Namespace > Job Class : UserID Property |
'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;}
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