IPropertyBagRemoveValueT(PropertyKeyT) Method |
Removes a property from this instance.
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxbool RemoveValue<T>(
PropertyKey<T> p
)
Parameters
- p PropertyKeyT
- The property key.
Type Parameters
- T
- The type of the property value.
Return Value
Booleantrue if the property was successfully removed; otherwise,
false.
See Also