Share via


LookupTableDataSet.LookupTableTreesRow.LT_VALUE_PHONETIC Property

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

Namespace:  [LookupTable Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LookupTable.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LookupTable.asmx?wsdl

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

LookupTable Web Service