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