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






Gets or sets the roles required by the User to display the content.

Syntax

Visual Basic (Declaration) 
Property RequiresRole As String
Visual Basic (Usage)Copy Code
Dim instance As ISupportAuthentication
Dim value As String
 
instance.RequiresRole = value
 
value = instance.RequiresRole
C# 
string RequiresRole {get; set;}
Delphi 
read-write property RequiresRole: String; 
JScript 
function get,set RequiresRole : String
Managed Extensions for C++ 
__property string* get_RequiresRole();
__property void set_RequiresRole( 
   string* value
);
C++/CLI 
property String^ RequiresRole {
   String^ get();
   void set (    String^ 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.