|   | ClientInfoClientUsername Property | 
        
        
            Gets the username portion of the credentials supplied by the client.
            
        
        Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic string ClientUsername { get; }Public ReadOnly Property ClientUsername As String
	Get
public:
property String^ ClientUsername {
	String^ get ();
}member ClientUsername : string with get
function get_ClientUsername();
Property Value
String See Also
See Also