ProjectDataSet.ProjectRow.IsCAL_UIDNull method
Determines whether the CAL_UID property is set to a null value.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Function IsCAL_UIDNull As Boolean
'用途
Dim instance As ProjectDataSet.ProjectRow
Dim returnValue As Boolean
returnValue = instance.IsCAL_UIDNull()
public bool IsCAL_UIDNull()
傳回值
Type: System.Boolean
True if CAL_UID is a null reference (Nothing in Visual Basic).
請參閱
參照
ProjectDataSet.ProjectRow class