ResourceDataSet.ResourceRatesRow.RES_RATE_TABLE Property
Gets or sets the rate table on which the resource rate resides.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl
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