AutodiscoverResponseCollection1.Item

AutodiscoverResponseCollection<TResponse> indexer

Gets the response at the specified index.

public TResponse this[int index] { get; }
ParameterDescription
indexIndex.

See Also