ContactItemType.Generation Property
The Generation property gets or sets a string value that contains a generational abbreviation that follows the full name of a contact.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Generation As String
Get
Set
'Usage
Dim instance As ContactItemType
Dim value As String
value = instance.Generation
instance.Generation = value
public string Generation { get; set; }
Property Value
Type: System.String
The Generation property returns a string value that contains a generational abbreviation that follows the full name of a contact.
See Also