CloneContainerTValue Property

Public access to a clone of the underlying data value.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public T Value { get; set; }

Return Value

T
A deeply cloned copy of the value.

See Also