Removes a custom property from the registry.
Namespace: Spotfire.Dxp.DataAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Parameters
- propertyClass
- Type: Spotfire.Dxp.Data DataPropertyClass
The property class that this property is part of.
- dataPropertyName
- Type: System String
The name of 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