LookupTableMultiLangDataSet.LookupTableValuesRow.LT_VALUE_PHONETIC Property
Specifies phonetic information for resource names in either hiragana or katakana.
Namespace: WebSvcLookupTable
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
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 property is not used.
See Also
Reference
LookupTableMultiLangDataSet.LookupTableValuesRow Class