|
DetachedDeviceLinkDatabaseIDKey Field
|
Connection string key, applied to a parent concentrator device, whose value is the database ID
of the parent device itself. Allows the runtime to match detached children, whose
ParentIDKey values are database IDs, without requiring database access.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.318-beta
Syntaxpublic const string DatabaseIDKey = "databaseID"
Public Const DatabaseIDKey As String = "databaseID"
public:
literal String^ DatabaseIDKey = "databaseID"
static val mutable DatabaseIDKey: string
var GSF.PhasorProtocols.DetachedDeviceLink.DatabaseIDKey
View SourceField Value
String
See Also