ResourcePlanDataSet.DatesDataTable.FindByIntervalName Method
Gets the DatesRow object specified by the interval name.
Namespace: [ResourcePlan Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/ResourcePlan.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/ResourcePlan.asmx?wsdl
Syntax
'Declaration
Public Function FindByIntervalName ( _
IntervalName As String _
) As ResourcePlanDataSet.DatesRow
'Usage
Dim instance As ResourcePlanDataSet.DatesDataTable
Dim IntervalName As String
Dim returnValue As ResourcePlanDataSet.DatesRow
returnValue = instance.FindByIntervalName(IntervalName)
public ResourcePlanDataSet.DatesRow FindByIntervalName(
string IntervalName
)
Parameters
- IntervalName
Type: System.String
Contains the interval name.
Return Value
Type: [ResourcePlan Web service].ResourcePlanDataSet.DatesRow
See Also
Reference
ResourcePlanDataSet.DatesDataTable Class