ParameterSectionAuthor Property

AUTHOR: Identifies 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.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
C#
public Uri? Author { get; set; }

Property Value

Uri
An absolute Uri or null.

Remarks

This parameter MAY be set on any VCardProperty where conveying authorship is desired. It identifies the author as an absolute Uri. As an alternative or in addition to this parameter, the AuthorName parameter allows naming an author as a free-text value.

Exceptions

ArgumentExceptionThe value is a relative Uri.

See Also