JAMS 6.x Help
PrintLocation Property


This field specifies the directory where print files should be placed.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Management")>
<System.ComponentModel.DescriptionAttribute("The device and directory for reports produced by Jobs in this Folder.")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property PrintLocation As System.String
'Usage
 
Dim instance As Folder
Dim value As System.String
 
instance.PrintLocation = value
 
value = instance.PrintLocation
[System.ComponentModel.Category("Management")]
[System.ComponentModel.Description("The device and directory for reports produced by Jobs in this Folder.")]
[System.ComponentModel.DefaultValue()]
public System.string PrintLocation {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

Folder Class
Folder Members

Send Feedback