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