SyncDataSet.SyncFieldMappingsRow class

Represents synchronized field mapping information as a row in the SyncDataSet.SyncFieldMappingsDataTable object.

Inheritance hierarchy

System.Object
  System.Data.DataRow
    WebSvcProject.SyncDataSet.SyncFieldMappingsRow

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

Syntax

'Declaration
Public Class SyncFieldMappingsRow _
    Inherits DataRow
'Usage
Dim instance As SyncDataSet.SyncFieldMappingsRow
public class SyncFieldMappingsRow : 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.SyncFieldMappingsRow members

WebSvcProject namespace