ProjectDataSet.ProjectResourceRow.RES_ACCRUE_AT Property
Specifies how and when to charge resource costs to the cost of a task.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
Syntax
'Declaration
Public Property RES_ACCRUE_AT As Short
Get
Set
'Usage
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
Remarks
For more information, see the Resource.AccrueAt type.
Cast the Resource.AccrueAt type to a short to use with this property.
See Also
Reference
ProjectDataSet.ProjectResourceRow Class