Click or drag to resize

DetachedDeviceLinkIsDetachedChild Method

Gets flag that determines if the specified connection string identifies a detached child device, i.e., connection string defines a ParentIDKey value.

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

Parameters

connectionString  String
Connection string to check.

Return Value

Boolean
true if connection string identifies a detached child device; otherwise, false.
See Also