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: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class CustomFieldDataSet _
Inherits DataSet
'Usage
Dim instance As CustomFieldDataSet
[SerializableAttribute]
public class CustomFieldDataSet : DataSet
Remarks
A CustomFieldDataSet is returned by the ReadCustomFields, ReadCustomFieldsByEntity, and ReadCustomFieldsByMdPropUids methods.
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.