ParameterSectionAuthorName Property

AUTHOR-NAME: Names the author of the associated Value. (4 - RFC 9554)

Definition

Namespace: FolkerKinzel.VCards.Models.Properties.Parameters
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public string? AuthorName { get; set; }

Property Value

String
Author's name as a free-text value

Remarks

This parameter MAY be set on any VCardProperty where conveying authorship is desired. As an alternative or in addition to this parameter, the Author parameter allows identifying an author by Uri.

See Also