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

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
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: 6.5, 6.0, 5.5, 5.0, 4.5
See Also