Click or drag to resize

DataPublisherName Property

Gets or sets the name of this DataPublisher.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public override string Name { get; set; }
View Source

Property Value

String

Implements

IAdapterName
IProvideStatusName
Remarks
The assigned name is used as the settings category when persisting the TCP server settings.
See Also