Skip to content

317dca20 a9d7 5e0e 4ecb 9aa2346ff659

Mat Walker edited this page Apr 17, 2020 · 1 revision

HTTPBased.ItemList.Item Property (String)

[This is preliminary documentation and is subject to change.]

Gets value of first instance of an item matching the given key

Namespace: TeamControlium.NonGUI
Assembly: TeamControlium.NonGUI (in TeamControlium.NonGUI.dll) Version: 2.0.0

Syntax

C#

public string this[
	string key
] { get; }

Parameters

 

key
Type: System.String
Key text to search for in HTTPBased.ItemList

Return Value

Type: String
Value of first matching item

Remarks

If no items found an exception is thrown

See Also

Reference

HTTPBased.ItemList Class
Item Overload
TeamControlium.NonGUI Namespace

Clone this wiki locally