Click or drag to resize

DetachedDeviceLinkGetStationName Method

Gets the station name, i.e., the StationNameKey value, defined in the specified connection string, if any.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.318-beta
Syntax
public static string GetStationName(
	string connectionString
)
View Source

Parameters

connectionString  String
Connection string to check.

Return Value

String
Defined station name; otherwise, null when key is not defined.
See Also