|
ClientInfoClientID Property
|
Gets the identifier of the remote client application.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.205-beta
Syntax public 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);
View SourceProperty Value
GuidSee Also