LookupTableMultiLangDataSet.LookupTableValuesRow.LT_VALUE_PHONETIC - Propriété
Spécifie la valeur du nœud d'une table de choix multilingue de type texte phonétique.
Espace de noms : WebSvcLookupTable
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property LT_VALUE_PHONETIC As String
Get
Set
'Utilisation
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; }
Valeur de propriété
Type : System.String
Remarques
Si la langue spécifiée est japonaise, cette propriété stocke les informations phonétiques hiragana ou katakana, sinon la propriété LT_VALUE_PHONETIC n'est pas utilisée.
Voir aussi
Référence
LookupTableMultiLangDataSet.LookupTableValuesRow classe