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

WmsCustomParameterCollection.Item[String] Property

Returns the custom parameter value from WmsCustomParameterCollection by its key.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

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