Click or drag to resize

QueryAppearanceCollectionIsReadOnly Method

Indicates whether the ConfigurationElementCollection object is read only.

Namespace:  Koden.Utils.REST.ConfigFileSections
Assembly:  Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntax
public override bool IsReadOnly()

Return Value

Type: Boolean
true if the ConfigurationElementCollection object is read only; otherwise, false.
See Also