LibraryItemMetadataSettingsSetProperty Method TIBCO Spotfire 7.6 API Reference
Adds a custom property that shall be set on the library item. The property value will be updated if it is already set on the library item.

Namespace: Spotfire.Dxp.Framework.Library
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public void SetProperty(
	string propertyName,
	params string[] values
)

Parameters

propertyName
Type: SystemString
The name of the custom property that should be set.
values
Type: SystemString
The values that shall be associated with the custom property.
Remarks

Custom properties in the Library must have the same form as DataProperties. That is, they must have a prefix followed by a dot and then a name. The prefix "Spotfire" is reserved and such properties cannot be explicitly set through the API.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference