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