Property PathParameters
PathParameters
The list of parameters to use when the path refers to indexed parameters. Each parameter in the list should be a DependencyProperty, a PropertyInfo, or a PropertyDescriptor.
public Collection<object> PathParameters { get; }