Skip to main content
A newer version of this page is available. .

PathParameterCollection.Item[String] Property

Provides access to individual items from PathParameterCollection by name.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v20.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

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