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

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also