ResourceDataSet.ResourceRatesRow.RES_RATE_TABLE Property
Specifies the rate table on which this resource rate resides.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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