VCardGramGenders Property
GRAMGENDER: Defines which grammatical gender to use in salutations and other
grammatical constructs. 4 - RFC 9554
Namespace: FolkerKinzel.VCardsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
public IEnumerable<GramProperty?>? GramGenders { get; set; }
Public Property GramGenders As IEnumerable(Of GramProperty)
Get
Set
public:
property IEnumerable<GramProperty^>^ GramGenders {
IEnumerable<GramProperty^>^ get ();
void set (IEnumerable<GramProperty^>^ value);
}
member GramGenders : IEnumerable<GramProperty> with get, set
Property Value
IEnumerableGramProperty
This property defines the grammatical gender that the contact prefers to be addressed
by or referred to as in written or spoken form. For example, the German language
distinguishes by grammatical gender in salutations such as "Sehr geehrte" (feminine)
and "Sehr geehrter" (masculine). Multiple occurrences of this property MUST be
distinguished by the LANGUAGE parameter.