| ApplicationRequireCredentialsEventArgsLoginTitle 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 string LoginTitle { get; set; }Public Property LoginTitle As String
Get
Set
public:
virtual property String^ LoginTitle {
String^ get () sealed;
void set (String^ value) sealed;
}function get_LoginTitle();
function set_LoginTitle(value);
Return Value
Type:
StringA string will be used for the title of the login screen.
Remarks
See Also