ResourcePlanDataSet.DatesRow.IntervalName Property
Specifies the name of the interval associated with the current resource plan.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
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