ObjectLinkProviderDataSet.WebObjectsRow.IsWOBJ_DESCNull method
Determines whether the WOBJ_DESC() property is set to a null value.
Namespace: WebSvcObjectLinkProvider
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsWOBJ_DESCNull As Boolean
'Usage
Dim instance As ObjectLinkProviderDataSet.WebObjectsRow
Dim returnValue As Boolean
returnValue = instance.IsWOBJ_DESCNull()
public bool IsWOBJ_DESCNull()
Return value
Type: System.Boolean
True if the description of the web object is set to a null value; otherwise, false.
See also
Reference
ObjectLinkProviderDataSet.WebObjectsRow class