DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates whether the server uses an AppServer to validate users.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public bool UseSecurityAppServer { get; set; } |
Visual Basic |
---|
Public Property UseSecurityAppServer As Boolean
Get
Set |
Visual C++ |
---|
public:
virtual property bool UseSecurityAppServer {
bool get () sealed;
void set (bool value) sealed;
} |
Property Value
Type:
BooleanTrue if the server uses an AppServer to validate users.
Return Value
Type:
BooleanTrue if the server uses an AppServer to validate users.
Remarks
See Also