DataColumnPropertiesSetProperty Method

Spotfire 14.4 API Reference
Sets the value of a named property. The property has to be defined in the DataPropertyRegistry and the value has to be of the same type as defined in the registry.

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

C#
public void SetProperty(
	string name,
	Object value
)

Parameters

name
Type: SystemString
The property name.
value
Type: SystemObject
The property value.
Exceptions

ExceptionCondition
InvalidOperationExceptionThrown if the collection is read-only.
Version Information

Supported in: 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference