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