ObjectLinkProviderDataSet.WebObjectsRow.IsWOBJ_TP_IDNull method
Determines whether the WOBJ_TP_ID() property is set to a null value.
Namespace: WebSvcObjectLinkProvider
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsWOBJ_TP_IDNull As Boolean
'Usage
Dim instance As ObjectLinkProviderDataSet.WebObjectsRow
Dim returnValue As Boolean
returnValue = instance.IsWOBJ_TP_IDNull()
public bool IsWOBJ_TP_IDNull()
Return value
Type: System.Boolean
True if the unique identifier to the SharePoint list (tp_ID) is set to a null value; otherwise, false.
See also
Reference
ObjectLinkProviderDataSet.WebObjectsRow class