SyncDataSet.SyncFieldMappings Property
Gets information about synchronized field mappings.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property SyncFieldMappings As SyncDataSet.SyncFieldMappingsDataTable
Get
'Usage
Dim instance As SyncDataSet
Dim value As SyncDataSet.SyncFieldMappingsDataTable
value = instance.SyncFieldMappings
[BrowsableAttribute(false)]
public SyncDataSet.SyncFieldMappingsDataTable SyncFieldMappings { get; }
Property Value
Type: [Project Web service].SyncDataSet.SyncFieldMappingsDataTable