ParameterSectionDerived Property

DERIVED: Specifies that the value of the associated VCardProperty is derived from some other VCardProperty values in the same VCard. (4 - RFC 9554)

Definition

Namespace: FolkerKinzel.VCards.Models.Properties.Parameters
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
C#
public bool Derived { get; set; }

Property Value

Boolean

Remarks

This property parameter SHOULD be specified on a VCardProperty if the property value is derived from some other properties in the same VCard. When present with a value of true, clients MUST NOT update the VCardProperty.

As an example, an implementation may derive the value of the FN property from the name components of the N property. It indicates this fact by setting the DERIVED parameter on the FN property to "true".

See Also