Skip to main content

PathParameterCollection.Item[String] Property

Provides access to individual items from PathParameterCollection by name.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public PathParameter this[string pathName] { get; }

Parameters

Name Type Description
pathName String

A path parameter’s name.

Property Value

Type Description
PathParameter

The path parameter whose Name matches the specified pathName null (Nothing in Visual Basic) if the collection does not contain a parameter with the specified name.

See Also