ProjectWSSInfoDataSet.ProjWssInfoRow.IsPROJECT_UIDNull method
Determines whether PROJECT_UID is set to a null value.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsPROJECT_UIDNull As Boolean
'Usage
Dim instance As ProjectWSSInfoDataSet.ProjWssInfoRow
Dim returnValue As Boolean
returnValue = instance.IsPROJECT_UIDNull()
public bool IsPROJECT_UIDNull()
Return value
Type: System.Boolean
See also
Reference
ProjectWSSInfoDataSet.ProjWssInfoRow class