ResultPropertiesPropertyExists Method

Spotfire 15.0 API Reference
Checks if a property with a given name exists.

Namespace:  Spotfire.Dxp.Data
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public bool PropertyExists(
	string name
)

Parameters

name
Type: SystemString
The name of the property.

Return Value

Type: Boolean
True if the property exists; otherwise, false.
Version Information


See Also

Reference