Share via


LookupTableDataSet.LookupTableTreesRow.LT_VALUE_PHONETIC property

Specifies the phonetic value of the node of a lookup table of type Text.

Namespace:  WebSvcLookupTable
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property LT_VALUE_PHONETIC As String
    Get
    Set
'Usage
Dim instance As LookupTableDataSet.LookupTableTreesRow
Dim value As String

value = instance.LT_VALUE_PHONETIC

instance.LT_VALUE_PHONETIC = value
public string LT_VALUE_PHONETIC { get; set; }

Property value

Type: System.String

Remarks

If the specified language is Japanese, this property stores the hiragana or katakana phonetic information, otherwise the LT_VALUE_PHONETIC property is not used.

See also

Reference

LookupTableDataSet.LookupTableTreesRow class

LookupTableDataSet.LookupTableTreesRow members

WebSvcLookupTable namespace