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