LookupTableDataSet.LookupTableTreesRow.LT_VALUE_PHONETIC - Propriété
Spécifie la valeur du nœud d'une table de choix du type de 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 LookupTableDataSet.LookupTableTreesRow
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
LookupTableDataSet.LookupTableTreesRow classe