ApplicationInfoLogonNotificationMessage Property |
Gets a message which will be shown to all users every time they log on.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public string? LogonNotificationMessage { get; }
Public ReadOnly Property LogonNotificationMessage As String
Get
public:
property String^ LogonNotificationMessage {
String^ get ();
}
member LogonNotificationMessage : string with get
Property Value
Type:
StringThe notification message, or
if none should be shown.
See Also