Поделиться через


ResourcePlanDataSet.DatesRow.IntervalName Property

Specifies the name of the interval that is associated with the current resource plan.

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 Property IntervalName As String
    Get
    Set
'Usage
Dim instance As ResourcePlanDataSet.DatesRow
Dim value As String

value = instance.IntervalName

instance.IntervalName = value
public string IntervalName { get; set; }

Property Value

Type: System.String

See Also

Reference

ResourcePlanDataSet.DatesRow Class

ResourcePlanDataSet.DatesRow Members

ResourcePlan Web Service