次の方法で共有


LookupTableMultiLangDataSet.LookupTableValuesRow.LT_VALUE_PHONETIC Property

Specifies the phonetic value of the node of a multilanguage 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 LookupTableMultiLangDataSet.LookupTableValuesRow
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

LookupTableMultiLangDataSet.LookupTableValuesRow Class

LookupTableMultiLangDataSet.LookupTableValuesRow Members

LookupTable Web Service