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