Share via


SyncDataSet.SyncProjectSettings property

Gets information about project synchronization settings.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property SyncProjectSettings As SyncDataSet.SyncProjectSettingsDataTable
    Get
'Usage
Dim instance As SyncDataSet
Dim value As SyncDataSet.SyncProjectSettingsDataTable

value = instance.SyncProjectSettings
[BrowsableAttribute(false)]
public SyncDataSet.SyncProjectSettingsDataTable SyncProjectSettings { get; }

Property value

Type: WebSvcProject.SyncDataSet.SyncProjectSettingsDataTable

See also

Reference

SyncDataSet class

SyncDataSet members

WebSvcProject namespace