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.2.0+a3997783578d19ef70b23d32085936c13ed21656
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.