 | QueryAppearanceCollectionElementName Property |
Gets the name used to identify this collection of elements in the configuration file when overridden in a derived class.
Namespace:
Koden.Utils.REST.ConfigFileSections
Assembly:
Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntaxprotected override string ElementName { get; }
Protected Overrides ReadOnly Property ElementName As String
Get
protected:
virtual property String^ ElementName {
String^ get () override;
}
abstract ElementName : string with get
override ElementName : string with get
Property Value
Type:
String
See Also