ObjectLinkProviderDataSet.WebObjectsRow.IsWOBJ_TASK_UIDNull Method

Determines whether the WOBJ_TASK_UID() property is set to a null value.

Namespace:  [ObjectLinkProvider Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/ObjectLinkProvider.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/ObjectLinkProvider.asmx?wsdl

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

ObjectLinkProviderDataSet.WebObjectsRow Members

ObjectLinkProvider Web Service