Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the phonetic value of the node of a multilanguage 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 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