Intersoft ClientUI Documentation
IsAuthenticated Property
See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace > UXPage Class : IsAuthenticated Property






Gets a value indicating whether the associated User is authenticated.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Authentication")>
Public ReadOnly Property IsAuthenticated As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXPage
Dim value As Boolean
 
value = instance.IsAuthenticated
C# 
[CategoryAttribute("Authentication")]
public bool IsAuthenticated {get;}
Delphi 
public read-only property IsAuthenticated: Boolean; 
JScript 
CategoryAttribute("Authentication")
public function get IsAuthenticated : boolean
Managed Extensions for C++ 
[CategoryAttribute("Authentication")]
public: __property bool get_IsAuthenticated();
C++/CLI 
[CategoryAttribute("Authentication")]
public:
property bool IsAuthenticated {
   bool get();
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.