MFPropertyValuesBuilderRemove(MFIdentifier) Method

Removes the specified property value.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public MFPropertyValuesBuilder Remove(
	MFIdentifier prop
)

Parameters

prop  MFIdentifier
A reference to the PropertyDef, whose propetyValue will be removed.

Return Value

MFPropertyValuesBuilder
The MFPropertyValuesBuilder object - for chaining.

See Also