ProjectDataSet.ProjectResourceRow.RES_ACCRUE_AT property
指定如何及何時充電資源成本的任務成本。
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property RES_ACCRUE_AT As Short
Get
Set
'用途
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Short
value = instance.RES_ACCRUE_AT
instance.RES_ACCRUE_AT = value
public short RES_ACCRUE_AT { get; set; }
Property value
Type: System.Int16
備註
如需詳細資訊,請參閱Resource.AccrueAt型別。
轉換成使用這個屬性要short的Resource.AccrueAt型別。
請參閱
參照
ProjectDataSet.ProjectResourceRow class