ResourceDataSet.ResourcesRow.RES_ACCRUE_AT property
取得或設定指定如何及何時資源標準和加班成本應該累算到任務成本的值。
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property RES_ACCRUE_AT As Short
Get
Set
'用途
Dim instance As ResourceDataSet.ResourcesRow
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
備註
轉換成使用這個屬性要short的Resource.AccrueAt型別。
請參閱
參照
ResourceDataSet.ResourcesRow class