LoginParametersAppTitle Property |
Set application Title to be displayed instead of application name in Metadata application.
Namespace:
Unvired.Kernel.UWP.Login
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string AppTitle { get; set; }Public Shared Property AppTitle As String
Get
Set
public:
static property String^ AppTitle {
String^ get ();
void set (String^ value);
}static member AppTitle : string with get, set
Property Value
Type:
String
See Also