Skip to content
Docs Try Aspire

InteractionInputCollection Properties

Class Properties 2 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; }
Names Section titled Names IEnumerable<string>
Gets the names of all inputs in the collection.
public IEnumerable<string> Names { get; }