ResourceAssignmentDataSet.ResourceAssignmentCustomFieldsRow Class

Represents a custom field value for a specific ResourceAssignmentDataSet.ResourceAssignmentRow object.

Inheritance Hierarchy

System.Object
  System.Data.DataRow
    WebSvcResource.ResourceAssignmentDataSet.ResourceAssignmentCustomFieldsRow

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

Syntax

'Declaration
Public Class ResourceAssignmentCustomFieldsRow _
    Inherits DataRow
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentCustomFieldsRow
public class ResourceAssignmentCustomFieldsRow : DataRow

Remarks

ResourceAssignmentCustomFieldsRow objects compose the ResourceAssignmentDataSet.ResourceAssignmentCustomFieldsDataTable 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

ResourceAssignmentDataSet.ResourceAssignmentCustomFieldsRow Members

WebSvcResource Namespace