Click or drag to resize

MFPropertyValuesBuilder Constructor (Vault, PropertyValues)

Creates a new instance that wraps a copy of the passed property values.

Namespace:  MFiles.VAF.Common
Assembly:  MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntax
public MFPropertyValuesBuilder(
	Vault vault,
	PropertyValues values
)

Parameters

vault
Type: Vault
The vault in which the property values will be stored.
values
Type: PropertyValues
The base values from which to start.
See Also