DataPropertyRegistry GetProperty Method TIBCO Spotfire 5.5 API Reference
Gets the property with the given name.

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 11.15.5816.4413 (11.15.5816.4413)
Syntax

public DataProperty GetProperty(
	DataPropertyClass propertyClass,
	string propertyName
)

Parameters

propertyClass
Type: Spotfire.Dxp.Data DataPropertyClass
The property class to find the property in.
propertyName
Type: System String
The property name to get.

Return Value

Type: DataProperty
The property with the given name.
Exceptions

ExceptionCondition
System.Collections.Generic KeyNotFoundExceptionThrown if the property could not be found.
Version Information

Supported in: 5.5, 5.0, 4.5, 4.0, 3.3
See Also