Share via


DelegationDataSet.DelegatableAssignmentsRow.NewRes property

Represents the unique identifier of the newly created delegation assignment.

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

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

DelegationDataSet.DelegatableAssignmentsRow members

WebSvcStatusing namespace