|
DebugHostBaseServiceClientName Property
|
Gets the executable name of the service client that can remotely access the time-series framework service.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.205-beta
Syntax protected virtual string ServiceClientName { get; }
Protected Overridable ReadOnly Property ServiceClientName As String
Get
protected:
virtual property String^ ServiceClientName {
String^ get ();
}
abstract ServiceClientName : string with get
override ServiceClientName : string with get
function get_ServiceClientName();
View SourceProperty Value
StringSee Also