JAMS Developer Guide
SelectionCriteria Property


MVPSI.JAMS Namespace > MenuDetail Class : SelectionCriteria Property
Gets or sets the Selection Criteria property. This string may contain characters and wild cards which help to determine which Jobs and Menus to include in the final Menu. The Job and Menu name columns are compared against this value to determine whether or not they are included.
Syntax
'Declaration
 
Public Property SelectionCriteria As System.String
'Usage
 
Dim instance As MenuDetail
Dim value As System.String
 
instance.SelectionCriteria = value
 
value = instance.SelectionCriteria
public System.string SelectionCriteria {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