Share via


ResourcePlanDataSet.PlanResourcesRow.RES_PHONETICS property

Gets or sets phonetic information which represents Japanese language pronunciation properties.

Namespace:  WebSvcResourcePlan
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property RES_PHONETICS As String
    Get
    Set
'Usage
Dim instance As ResourcePlanDataSet.PlanResourcesRow
Dim value As String

value = instance.RES_PHONETICS

instance.RES_PHONETICS = value
public string RES_PHONETICS { get; set; }

Property value

Type: System.String
A string that contains phonetic information.

See also

Reference

ResourcePlanDataSet.PlanResourcesRow class

ResourcePlanDataSet.PlanResourcesRow members

WebSvcResourcePlan namespace