Click or drag to resize

DetachedDeviceLinkHasDetachedChildren Method

Gets flag that determines if the specified connection string identifies a parent concentrator device with detached, i.e., standalone modeled, child devices.

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

Parameters

connectionString  String
Connection string to check.

Return Value

Boolean
true if connection string defines DetachedChildrenKey as true; otherwise, false.
See Also