Intersoft ClientUI Documentation
IsAuthenticated Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > IAuthenticationHost Interface : IsAuthenticated Property






Gets a value indicating whether the associated User is authenticated.

Syntax

Visual Basic (Declaration) 
ReadOnly Property IsAuthenticated As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IAuthenticationHost
Dim value As Boolean
 
value = instance.IsAuthenticated
C# 
bool IsAuthenticated {get;}
Delphi 
read-only property IsAuthenticated: Boolean; 
JScript 
function get IsAuthenticated : boolean
Managed Extensions for C++ 
__property bool get_IsAuthenticated();
C++/CLI 
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.