PathParameterCollection.Item[String] Property
In This Article
Provides access to individual items from PathParameterCollection by name.
Namespace: DevExpress.DataAccess.Json
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public PathParameter this[string pathName] { get; }
#Parameters
Name | Type | Description |
---|---|---|
path |
String | A path parameter’s name. |
#Property Value
Type | Description |
---|---|
Path |
The path parameter whose Name matches the specified path |
See Also