Skip to main content
All docs
V25.1
  • PathParameterCollection.Item[String] Property

    Provides access to individual items from PathParameterCollection by name.

    Namespace: DevExpress.DataAccess.Json

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.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