JAMS 6.x Help
AllowEntry Property (Submit.Parameter)


Gets or sets the AllowEntry property. When set to false, the end-user is not allowed to enter the value of this parameter.
Syntax
'Declaration
 
Public Property AllowEntry As System.Boolean
'Usage
 
Dim instance As Submit.Parameter
Dim value As System.Boolean
 
instance.AllowEntry = value
 
value = instance.AllowEntry
public System.bool AllowEntry {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.Parameter Class
Submit.Parameter Members