ObjectLinkProviderDataSet.WebObjectsRow.IsWOBJ_TASK_UIDNull Method
Determines whether the WOBJ_TASK_UID() property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcObjectLinkProvider
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Function IsWOBJ_TASK_UIDNull As Boolean
'Usage
Dim instance As ObjectLinkProviderDataSet.WebObjectsRow
Dim returnValue As Boolean
returnValue = instance.IsWOBJ_TASK_UIDNull()
public bool IsWOBJ_TASK_UIDNull()
Return Value
Type: System.Boolean
True if the task GUID is a null reference (Nothing in Visual Basic).
See Also
Reference
ObjectLinkProviderDataSet.WebObjectsRow Class