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






Gets or sets the System.Security.Principal.IPrincipal object representing the user to be authenticated.

Syntax

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