JAMS Developer Guide
FolderName Property (MenuDetail)


MVPSI.JAMS Namespace > MenuDetail Class : FolderName Property
Gets or sets the name of the Folder. This is an optional property. If set, only Jobs from the indicated Folder are included in the menu.
Syntax
'Declaration
 
Public Property FolderName As System.String
'Usage
 
Dim instance As MenuDetail
Dim value As System.String
 
instance.FolderName = value
 
value = instance.FolderName
public System.string FolderName {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

MenuDetail Class
MenuDetail Members