DocumentNode PropertyNames CreatePropertyName Method TIBCO Spotfire 6.0 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 DocumentNode PropertyNames class.

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

protected static PropertyName CreatePropertyName(
	string name
)

Parameters

name
Type: System String
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
See Also