|   | ClientInfoClientUser Property | 
        
        
            Gets the IPrincipal of the remote client application's user.
            
        
        Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic IPrincipal ClientUser { get; }Public ReadOnly Property ClientUser As IPrincipal
	Get
public:
property IPrincipal^ ClientUser {
	IPrincipal^ get ();
}member ClientUser : IPrincipal with get
function get_ClientUser();
Property Value
IPrincipal See Also
See Also