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.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
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.