Skip to main content

WmsCustomParameterCollection.Item[String] Property

Returns the custom parameter value from WmsCustomParameterCollection by its key.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public string this[string key] { get; set; }

Parameters

Name Type Description
key String

A String value specifying a custom parameter key.

Property Value

Type Description
String

A String object specifying a custom parameter value.

See Also