Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides DataTable.Clone().
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Overrides Function Clone As DataTable
'Usage
Dim instance As ProjectDataSet.TaskCustomFieldsDataTable
Dim returnValue As DataTable
returnValue = instance.Clone()
public override DataTable Clone()
Return value
Type: System.Data.DataTable
See also
Reference
ProjectDataSet.TaskCustomFieldsDataTable class