|
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.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.318-beta
Syntaxpublic static bool HasDetachedChildren(
string connectionString
)
Public Shared Function HasDetachedChildren (
connectionString As String
) As Boolean
public:
static bool HasDetachedChildren(
String^ connectionString
)
static member HasDetachedChildren :
connectionString : string -> bool GSF.PhasorProtocols.DetachedDeviceLink.HasDetachedChildren = function(connectionString);
View SourceParameters
- connectionString String
- Connection string to check.
Return Value
Booleantrue if connection string defines
DetachedChildrenKey as
true; otherwise,
false.
See Also