|   | ClientInfoClientID Property | 
        
        
            Gets the identifier of the remote client application.
            
        
        Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic Guid ClientID { get; set; }Public Property ClientID As Guid
	Get
	Set
public:
property Guid ClientID {
	Guid get ();
	void set (Guid value);
}member ClientID : Guid with get, set
function get_ClientID();
function set_ClientID(value);
Property Value
Guid See Also
See Also