 | QueryAppearanceCollectionItem Property (Int32) |
Namespace:
Koden.Utils.REST.ConfigFileSections
Assembly:
Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntaxpublic EndPointQueryElement this[
int idx
] { get; }
Public ReadOnly Default Property Item (
idx As Integer
) As EndPointQueryElement
Get
public:
property EndPointQueryElement^ default[int idx] {
EndPointQueryElement^ get (int idx);
}
member Item : EndPointQueryElement with get
Parameters
- idx
- Type: SystemInt32
The index.
Property Value
Type:
EndPointQueryElement
The
EndPointQueryElement.
Return Value
Type:
EndPointQueryElement
See Also