Click or drag to resize

QueryAppearanceCollectionIsElementName Method

Indicates whether the specified ConfigurationElement exists in the ConfigurationElementCollection.

Namespace:  Koden.Utils.REST.ConfigFileSections
Assembly:  Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntax
protected override bool IsElementName(
	string elementName
)

Parameters

elementName
Type: SystemString
The name of the element to verify.

Return Value

Type: Boolean
true if the element exists in the collection; otherwise, false. The default is false.
See Also