Intersoft ClientUI Documentation
RequiresAuthentication Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ISupportAuthentication Interface : RequiresAuthentication Property






Gets or sets a value indicating whether the content requires authentication before it can be displayed.

Syntax

Visual Basic (Declaration) 
Property RequiresAuthentication As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ISupportAuthentication
Dim value As Boolean
 
instance.RequiresAuthentication = value
 
value = instance.RequiresAuthentication
C# 
bool RequiresAuthentication {get; set;}
Delphi 
read-write property RequiresAuthentication: Boolean; 
JScript 
function get,set RequiresAuthentication : boolean
Managed Extensions for C++ 
__property bool get_RequiresAuthentication();
__property void set_RequiresAuthentication( 
   bool value
);
C++/CLI 
property bool RequiresAuthentication {
   bool get();
   void set (    bool value);
}

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.