ClientWelcomeMessage Property |
The organization welcome message.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public string WelcomeMessage { get; }
Public ReadOnly Property WelcomeMessage As String
Get
public:
property String^ WelcomeMessage {
String^ get ();
}
Property Value
Type:
StringRemarks
This value will be empty for users who have not yet signed on, or fail to sign on.
See Also