ProjectDataSet.ProjectResourceDataTable.RES_PHONETICSColumn Property
Defines the column for the RES_PHONETICS field.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property RES_PHONETICSColumn As DataColumn
Get
'Usage
Dim instance As ProjectDataSet.ProjectResourceDataTable
Dim value As DataColumn
value = instance.RES_PHONETICSColumn
public DataColumn RES_PHONETICSColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
ProjectDataSet.ProjectResourceDataTable Class