|
ClientInfoClientName Property
|
Gets the friendly name of the remote client application.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.248-beta
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();
View SourceProperty Value
String
See Also