CustomFieldDataSet class
Represents one or more task, resource, or project enterprise custom fields.
Inheritance hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Data.DataSet
WebSvcCustomFields.CustomFieldDataSet
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.