ObjectLinkProviderDataSet.WebObjectsRow.IsWOBJ_TP_IDNull Method
Determines whether the WOBJ_TP_ID() 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_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 SharePoint list GUID (tp_ID) is a null reference (Nothing in Visual Basic).
See Also
Reference
ObjectLinkProviderDataSet.WebObjectsRow Class