Intersoft ClientUI Documentation
IsAuthenticating Property (UXShell)



Gets or sets a value indicating whether the application is currently performing authentication process. When the property is set to true, the navigators will delay their navigation execution until the authentication process is done.
Syntax
Public Property IsAuthenticating As Boolean
Dim instance As UXShell
Dim value As Boolean
 
instance.IsAuthenticating = value
 
value = instance.IsAuthenticating
public bool IsAuthenticating {get; set;}
public:
property bool IsAuthenticating {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXShell Class
UXShell Members

Send Feedback