DelegationDataSet.DelegatableAssignmentsRow.NewRes Property
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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
See Also
Reference
DelegationDataSet.DelegatableAssignmentsRow Class