JAMS Developer Guide
PromptAuthorization Property


MVPSI.JAMS Namespace > Server Class : PromptAuthorization Property
Gets and sets the PromptAuthorization property. When set to true, the user is prompted for authorization information when connecting to the JAMS Server.
Syntax
'Declaration
 
Public Property PromptAuthorization As System.Boolean
'Usage
 
Dim instance As Server
Dim value As System.Boolean
 
instance.PromptAuthorization = value
 
value = instance.PromptAuthorization
public System.bool PromptAuthorization {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

Server Class
Server Members