|   | ClientInfoClientName Property | 
        
        
            Gets the friendly name of the remote client application.
            
        
        Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic string ClientName { get; }Public ReadOnly Property ClientName As String
	Get
public:
property String^ ClientName {
	String^ get ();
}member ClientName : string with get
function get_ClientName();
Property Value
String See Also
See Also