ObjectLinkProviderDataSet.WebObjectsRow.IsWOBJ_TASK_UIDNull method
Determines whether the WOBJ_TASK_UID() property is set to a null value.
Namespace: WebSvcObjectLinkProvider
Assembly: ProjectServerServices (in ProjectServerServices.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 unique identifier for the task is set to a null value; otherwise, false.
See also
Reference
ObjectLinkProviderDataSet.WebObjectsRow class