ParameterSectionAuthor Property
AUTHOR: Identifies the author of the associated
Value.
(4 - RFC 9554) Namespace: FolkerKinzel.VCards.Models.Properties.ParametersAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
public Uri? Author { get; set; }
Public Property Author As Uri
Get
Set
public:
property Uri^ Author {
Uri^ get ();
void set (Uri^ value);
}
member Author : Uri with get, set
Property Value
UriAn absolute
Uri or
null.
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.