Skip to content
DocsTry Aspire
DocsTry

InteractionInputCollection Properties

ClassProperties2 members
A collection of interaction inputs that supports both indexed and name-based access.
Gets the number of inputs in the collection.
public int Count { get; }
NamesSection titled NamesIEnumerable<string>
Gets the names of all inputs in the collection.
public IEnumerable<string> Names { get; }