ResourceDataSet.ResourceRatesRow.RES_RATE_TABLE property
Specifies the rate table on which this resource rate resides.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_RATE_TABLE As Integer
Get
Set
'Usage
Dim instance As ResourceDataSet.ResourceRatesRow
Dim value As Integer
value = instance.RES_RATE_TABLE
instance.RES_RATE_TABLE = value
public int RES_RATE_TABLE { get; set; }
Property value
Type: System.Int32
See also
Reference
ResourceDataSet.ResourceRatesRow class