Visual Basic (Declaration) | |
---|---|
Public MustOverride ReadOnly Property IsReadOnly As Boolean |
C# | |
---|---|
public abstract bool IsReadOnly {get;} |
A StateDictionary contains a collection of Key/Value pairs where the keys are unique (only occur once in the collection). The value for each key may be an enumeration, a short, integer, boolean, float, double, string, or an array of any of these types.
A StateDictionary contained in a MeasurementData from a Trace cannot be changed.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)