ResourcePlanDataSet.PlanResourcesRow.RES_PHONETICS - Propriété
Obtient ou définit les informations phonétiques qui représente les propriétés de prononciation en japonais.
Espace de noms : WebSvcResourcePlan
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property RES_PHONETICS As String
Get
Set
'Utilisation
Dim instance As ResourcePlanDataSet.PlanResourcesRow
Dim value As String
value = instance.RES_PHONETICS
instance.RES_PHONETICS = value
public string RES_PHONETICS { get; set; }
Valeur de propriété
Type : System.String
Chaîne qui contient les informations phonétiques.
Voir aussi
Référence
ResourcePlanDataSet.PlanResourcesRow classe