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

IParameterContainer.Item[String] Property

Obtains an individual parameter by its path.

Namespace: DevExpress.DocumentServices.ServiceModel

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

IClientParameter this[string path] { get; }

Parameters

Name Type Description
path String

A String value.

Property Value

Type Description
IClientParameter

An object implementing the IClientParameter interface.

See Also