Intersoft ClientUI Documentation
RequiresRole Property (ISupportAuthentication)



Gets or sets the roles required by the User to display the content.
Syntax
Property RequiresRole As String
Dim instance As ISupportAuthentication
Dim value As String
 
instance.RequiresRole = value
 
value = instance.RequiresRole
string RequiresRole {get; set;}
property String^ RequiresRole {
   String^ get();
   void set (    String^ 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

ISupportAuthentication Interface
ISupportAuthentication Members

Send Feedback