Click or drag to resize

QueryAppearanceCollectionItem Property (Int32)

Gets the EndPointQueryElement with the specified index.

Namespace:  Koden.Utils.REST.ConfigFileSections
Assembly:  Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntax
public EndPointQueryElement this[
	int idx
] { get; }

Parameters

idx
Type: SystemInt32
The index.

Property Value

Type: EndPointQueryElement
The EndPointQueryElement.

Return Value

Type: EndPointQueryElement
See Also