Skip to main content
.NET 6.0+

ConvertXmlParameters.ContainsKey(String) Method

Determines if the current Application Model node’s differences contain the property with the specified name.

Namespace: DevExpress.ExpressApp.Updating

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool ContainsKey(
    string key
)

Parameters

Name Type Description
key String

A string representing the node’s property name.

Returns

Type Description
Boolean

true, if the current node’s differences contain the specified property; otherwise - false.

See Also