ProjectDataSet.AssignmentCustomFieldsRow.IsDATE_VALUENull method
決定是否要將DATE_VALUE屬性設定為 null 值。
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Function IsDATE_VALUENull As Boolean
'用途
Dim instance As ProjectDataSet.AssignmentCustomFieldsRow
Dim returnValue As Boolean
returnValue = instance.IsDATE_VALUENull()
public bool IsDATE_VALUENull()
傳回值
Type: System.Boolean
請參閱
參照
ProjectDataSet.AssignmentCustomFieldsRow class