VCardPronouns Property
PRONOUNS: Defines the pronouns that shall be used to refer to the entity
represented by this
VCard.
(4 - RFC 9554) Namespace: FolkerKinzel.VCardsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
public IEnumerable<TextProperty?>? Pronouns { get; set; }
Public Property Pronouns As IEnumerable(Of TextProperty)
Get
Set
public:
property IEnumerable<TextProperty^>^ Pronouns {
IEnumerable<TextProperty^>^ get ();
void set (IEnumerable<TextProperty^>^ value);
}
member Pronouns : IEnumerable<TextProperty> with get, set
Property Value
IEnumerableTextProperty
This property contains the pronouns that the contact chooses to use for themselves.
The value is free-form text. These pronouns shall be used when addressing or referring to the
contact. Multiple occurrences of this property MAY define pronouns for multiple languages,
preferences, and contexts. Multiple pronouns in the same language SHOULD use the
Preference parameter;
otherwise, the order of preference is implementation-specific.