Gets the property with the given name.
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public DataProperty GetProperty( DataPropertyClass propertyClass, string propertyName )
Parameters
- propertyClass
- Type: Spotfire.Dxp.DataDataPropertyClass
The property class to find the property in. - propertyName
- Type: SystemString
The property name to get.
Return Value
Type: DataPropertyThe property with the given name.
Exceptions
Exception | Condition |
---|---|
KeyNotFoundException | Thrown if the property could not be found. |
Version Information
See Also