JAMS Developer Guide
TemplateLibrary Property


MVPSI.JAMS Namespace > Folder Class : TemplateLibrary Property
The Template Library specifies the full file specification which contains the JAMS templates used when parsing a Job. Refer to Templates and Job Parsing for a complete description of template libraries.
Syntax
'Declaration
 
<DynamicPropertyHelperAttribute()>
Public Property TemplateLibrary As System.String
'Usage
 
Dim instance As Folder
Dim value As System.String
 
instance.TemplateLibrary = value
 
value = instance.TemplateLibrary
[DynamicPropertyHelper()]
public System.string TemplateLibrary {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