AuthenticationResponseFrontEnds Property |
Namespace:
Unvired.Kernel.UWP.Login
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<string> FrontEnds { get; set; }Public Property FrontEnds As List(Of String)
Get
Set
public:
property List<String^>^ FrontEnds {
List<String^>^ get ();
void set (List<String^>^ value);
}member FrontEnds : List<string> with get, set
Property Value
Type:
ListString
See Also