DocumentNodePropertyNamesCreatePropertyName Method

Spotfire 14.3 API Reference
Creates a new instance of the PropertyName class. NOTE: This method shall only be called to initialize static readonly members in classes that derive from the DocumentNodePropertyNames class.

Namespace:  Spotfire.Dxp.Framework.DocumentModel
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
protected static PropertyName CreatePropertyName(
	string name
)

Parameters

name
Type: SystemString
The name of the underlying property that is represented by this class. To guarantee that serialzation always works it is crucial that this name is the same as the name of the underlying property.

Return Value

Type: PropertyName
Version Information

Supported in: 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