ArchivedProjectsDataSet.ProjectsRow.IsPROJ_VERSION_DESCRIPTIONNull Method
Determines whether the PROJ_VERSION_DESCRIPTION property is set to a null value.
Namespace: WebSvcArchive
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Function IsPROJ_VERSION_DESCRIPTIONNull As Boolean
'Usage
Dim instance As ArchivedProjectsDataSet.ProjectsRow
Dim returnValue As Boolean
returnValue = instance.IsPROJ_VERSION_DESCRIPTIONNull()
public bool IsPROJ_VERSION_DESCRIPTIONNull()
Return Value
Type: System.Boolean
See Also
Reference
ArchivedProjectsDataSet.ProjectsRow Class