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.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
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