Click or drag to resize

DetachedDeviceLinkGetParentIdentifier Method

Gets the raw parent identifier, i.e., the ParentIDKey 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 GetParentIdentifier(
	string connectionString
)
View Source

Parameters

connectionString  String
Connection string to check.

Return Value

String
Defined parent identifier; otherwise, null when key is not defined.
Remarks
Value is normally the numeric database ID of the parent device, but a device acronym is accepted as a manual configuration fallback.
See Also