CustomFieldDataSet.CustomFieldsRow class

An enterprise custom field.

Inheritance hierarchy

System.Object
  System.Data.DataRow
    WebSvcCustomFields.CustomFieldDataSet.CustomFieldsRow

Namespace:  WebSvcCustomFields
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Class CustomFieldsRow _
    Inherits DataRow
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsRow
public class CustomFieldsRow : DataRow

Remarks

The CustomFieldDataSet.CustomFieldsDataTable table contains the CustomFieldsRow objects.

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.

See also

Reference

CustomFieldDataSet.CustomFieldsRow members

WebSvcCustomFields namespace

Other resources

Local and Enterprise Custom Fields

How to: Create an Enterprise Custom Field