Click or drag to resize

BcfRowViewRepositoryRemoveProperty Method (String)

Note: This API is now obsolete.

Removes specified property.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntax
[ObsoleteAttribute("Use RemoveProperty(string, bool)")]
public void RemoveProperty(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Name of the property to remove.
Exceptions
ExceptionCondition
ArgumentNullExceptionpropertyName is .
See Also