'Declaration
<NotNullAttribute()> ReadOnly Property StateDictionary As IDictionary
'Usage
Dim instance As _ConnectedConditionStatistics Dim value As IDictionary value = instance.StateDictionary
[NotNull()] IDictionary StateDictionary {get;}
[NotNull()] property IDictionary^ StateDictionary { IDictionary^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).