Click or drag to resize

IPropertyBagRemoveValueT(PropertyKeyT) Method

Removes a property from this instance.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
bool RemoveValue<T>(
	PropertyKey<T> p
)

Parameters

p  PropertyKeyT
The property key.

Type Parameters

T
The type of the property value.

Return Value

Boolean
true if the property was successfully removed; otherwise, false.
See Also