ResourceDataSet.ResourceRatesRow.RES_RATE_EFFECTIVE_DATE Property
Gets or sets the date and time the resource rate becomes effective.
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_EFFECTIVE_DATE As DateTime
Get
Set
'Usage
Dim instance As ResourceDataSet.ResourceRatesRow
Dim value As DateTime
value = instance.RES_RATE_EFFECTIVE_DATE
instance.RES_RATE_EFFECTIVE_DATE = value
public DateTime RES_RATE_EFFECTIVE_DATE { get; set; }
Property Value
Type: System.DateTime
See Also
Reference
ResourceDataSet.ResourceRatesRow Class