JAMS 6.x Help
AllowEditSource Property


Gets or sets the AllowSourceEdit property. When set to true, the end-user has access privileges to edit the Job source at submission time.
Syntax
'Declaration
 
Public Property AllowEditSource As System.Boolean
'Usage
 
Dim instance As Submit.Job
Dim value As System.Boolean
 
instance.AllowEditSource = value
 
value = instance.AllowEditSource
public System.bool AllowEditSource {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

Submit.Job Class
Submit.Job Members

Send Feedback