LibraryItemMetadataSettings SetProperty Method TIBCO Spotfire 6.0 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: 13.19.7018.3940 (13.19.7018.3940)
Syntax

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

Parameters

propertyName
Type: System String
The name of the custom property that should be set.
values
Type:  System String 
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.
See Also