ResourceDataSet.ResourceAvailabilitiesDataTable.Clone Method
This member overrides DataTable.Clone().
Namespace: [Workflow Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Workflow.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Workflow.asmx?wsdl
'Declaration
Public Overrides Function Clone As DataTable
'Usage
Dim instance As ResourceDataSet.ResourceAvailabilitiesDataTable
Dim returnValue As DataTable
returnValue = instance.Clone()
public override DataTable Clone()
Type: System.Data.DataTable
ResourceDataSet.ResourceAvailabilitiesDataTable Class