Removes a custom property from the registry.
Namespace: Spotfire.Dxp.DataAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax
Parameters
- propertyClass
- Type: Spotfire.Dxp.Data DataPropertyClass
The property class that this property is part of.
- dataProperty
- Type: Spotfire.Dxp.Data DataProperty
The property to remove.
Exceptions
Exception | Condition |
---|---|
System.Collections.Generic KeyNotFoundException | Thrown if the property does not exist in the collection. |
System InvalidOperationException | Thrown if the property is a standard property and cannot be removed. |
Version Information
See Also