SyncDataSet.SyncItemTaskMappingsRow class

Represents task synchronization mapping information as a row in the SyncDataSet.SyncItemTaskMappingsDataTable object.

Inheritance hierarchy

System.Object
  System.Data.DataRow
    WebSvcProject.SyncDataSet.SyncItemTaskMappingsRow

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

Syntax

'Declaration
Public Class SyncItemTaskMappingsRow _
    Inherits DataRow
'Usage
Dim instance As SyncDataSet.SyncItemTaskMappingsRow
public class SyncItemTaskMappingsRow : DataRow

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

SyncDataSet.SyncItemTaskMappingsRow members

WebSvcProject namespace