Click or drag to resize

PropertyBagRemoveValue(String) Method

Removes a property from this instance.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual bool RemoveValue(
	string propName
)

Parameters

propName  String
The property name.

Return Value

Boolean
True if the property has been successful removed, false if the property has not been found in this collection.

Implements

IPropertyBagRemoveValue(String)
See Also