StdfMetadataCollectionAddProperty Method (String, Int32)

Spotfire 15.0 API Reference
Adds a new metadata property to the collection.

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

C#
public void AddProperty(
	string name,
	int value
)

Parameters

name
Type: SystemString
The name of the property.
value
Type: SystemInt32
The value of the property.
Version Information


See Also

Reference