DelegationDataSet.DelegatableAssignmentsRow.IsNewResNull method
Determines whether the NewRes property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsNewResNull As Boolean
'Usage
Dim instance As DelegationDataSet.DelegatableAssignmentsRow
Dim returnValue As Boolean
returnValue = instance.IsNewResNull()
public bool IsNewResNull()
Return value
Type: System.Boolean
See also
Reference
DelegationDataSet.DelegatableAssignmentsRow class