ResourcePlanDataSet.DatesRow.IntervalName property
Specifies the name of the interval that is associated with the current resource plan.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.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