ResourcePlanDataSet.DatesDataTable.Clone method
This member overrides DataTable.Clone().
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Overrides Function Clone As DataTable
'Usage
Dim instance As ResourcePlanDataSet.DatesDataTable
Dim returnValue As DataTable
returnValue = instance.Clone()
public override DataTable Clone()
Return value
Type: System.Data.DataTable
See also
Reference
ResourcePlanDataSet.DatesDataTable class