 | QueryAppearanceCollectionIsElementName Method |
Namespace:
Koden.Utils.REST.ConfigFileSections
Assembly:
Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntaxprotected override bool IsElementName(
string elementName
)
Protected Overrides Function IsElementName (
elementName As String
) As Boolean
protected:
virtual bool IsElementName(
String^ elementName
) override
abstract IsElementName :
elementName : string -> bool
override IsElementName :
elementName : string -> bool 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