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


ResourcePlanDataSet.Dates Property

Gets the information about resource plan dates.

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
<BrowsableAttribute(False)> _
Public ReadOnly Property Dates As ResourcePlanDataSet.DatesDataTable
    Get
'Usage
Dim instance As ResourcePlanDataSet
Dim value As ResourcePlanDataSet.DatesDataTable

value = instance.Dates
[BrowsableAttribute(false)]
public ResourcePlanDataSet.DatesDataTable Dates { get; }

Property Value

Type: [ResourcePlan Web service].ResourcePlanDataSet.DatesDataTable

See Also

Reference

ResourcePlanDataSet Class

ResourcePlanDataSet Members

ResourcePlan Web Service