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