CustomFieldDataSet.CustomFieldsRow Class

Represents an enterprise custom field.

Inheritance Hierarchy

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

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

Syntax

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

Remarks

CustomFieldsRow objects compose the CustomFieldDataSet.CustomFieldsDataTable table.

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