DelegationDataSet.DelegatableAssignmentsRow.NewRes Property
Represents the unique identifier of the newly created delegation assignment.
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 Property NewRes As Guid
Get
Set
'Usage
Dim instance As DelegationDataSet.DelegatableAssignmentsRow
Dim value As Guid
value = instance.NewRes
instance.NewRes = value
public Guid NewRes { get; set; }
Property Value
Type: System.Guid
Remarks
This field is used when a call is made to [P:DelegationDataSet.DelegatableAssignmentsDataTable.AddDelegatableAssignmentsRow ].
See Also
Reference
DelegationDataSet.DelegatableAssignmentsRow Class