DelegationDataSet.DelegatableAssignmentsDataTable.NewResColumn Property
Defines the column for the NewRes 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 NewResColumn As DataColumn
Get
'Usage
Dim instance As DelegationDataSet.DelegatableAssignmentsDataTable
Dim value As DataColumn
value = instance.NewResColumn
public DataColumn NewResColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
DelegationDataSet.DelegatableAssignmentsDataTable Class