CustomFieldDataSet Class
Represents one or more task, resource, or project enterprise custom fields.
Inheritance Hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Data.DataSet
[CustomFields Web service].CustomFieldDataSet
Namespace: [CustomFields Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/CustomFields.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/CustomFields.asmx?wsdl
Syntax
'Declaration
<SerializableAttribute> _
Public Class CustomFieldDataSet _
Inherits DataSet
'Usage
Dim instance As CustomFieldDataSet
[SerializableAttribute]
public class CustomFieldDataSet : DataSet
Remarks
The following methods return a CustomFieldDataSet:
If a custom field is created by a formula, the ReadCustomFields2 method, the ReadCustomFieldsByEntity2 method, and the ReadCustomFieldsByMdPropUids2 method show the formula in the locale format of the computer running Project Server.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.