QuickOPC User's Guide and Reference
StateDictionary Property (_ConnectedConditionStatistics)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Communication.ComTypes Namespace > _ConnectedConditionStatistics Interface : StateDictionary Property
A dictionary of statistics objects for the various connected condition states, keyed by the state name.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
ReadOnly Property StateDictionary As IDictionary
'Usage
 
Dim instance As _ConnectedConditionStatistics
Dim value As IDictionary
 
value = instance.StateDictionary
[ElementsNotNull()]
[NotNull()]
IDictionary StateDictionary {get;}
[ElementsNotNull()]
[NotNull()]
property IDictionary^ StateDictionary {
   IDictionary^ get();
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also