ResourceDataSet.ResourceRatesRow.RES_RATE_TABLE property

Gets or sets the rate table on which the resource rate resides.

Namespace:  WebSvcResource
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

ResourceDataSet.ResourceRatesRow members

WebSvcResource namespace