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.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
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.