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