LoginParametersUrl Property |
Set Default URL for application, If not set by application take default UNI URL http://192.168.98.226:8080/UNI
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 Url { get; set; }Public Shared Property Url As String
Get
Set
public:
static property String^ Url {
String^ get ();
void set (String^ value);
}static member Url : string with get, set
Property Value
Type:
String
See Also