| ApplicationRequireCredentialsEventArgsLoginShowAlwaysUseCheckbox Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a string will be used for the title of the login screen.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool LoginShowAlwaysUseCheckbox { get; set; }Public Property LoginShowAlwaysUseCheckbox As Boolean
Get
Set
public:
virtual property bool LoginShowAlwaysUseCheckbox {
bool get () sealed;
void set (bool value) sealed;
}function get_LoginShowAlwaysUseCheckbox();
function set_LoginShowAlwaysUseCheckbox(value);
Return Value
Type:
BooleanA string will be used for the title of the login screen.
Remarks
See Also