SyncDataSet.SyncProjectSettingsRow Members
Include Protected Members
Include Inherited Members
Represents project synchronization settings information as a row in the SyncDataSet.SyncProjectSettingsDataTable object.
The SyncDataSet.SyncProjectSettingsRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
HasErrors | (Inherited from DataRow.) | |
Item[Int32] | (Inherited from DataRow.) | |
Item[String] | (Inherited from DataRow.) | |
Item[DataColumn] | (Inherited from DataRow.) | |
Item[Int32, DataRowVersion] | (Inherited from DataRow.) | |
Item[String, DataRowVersion] | (Inherited from DataRow.) | |
Item[DataColumn, DataRowVersion] | (Inherited from DataRow.) | |
ItemArray | (Inherited from DataRow.) | |
PROJ_UID | Gets or sets the GUID of the project. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
SYNC_LAST_SYNC_DATE | Gets the date of the most recent synchronization. Read-only. | |
SYNC_WSS_LIST_UID | Gets or sets the GUID of a SharePoint task list. | |
SYNC_WSS_SERVER_URL | Gets or sets the URL of the SharePoint server for synchronization of the project. | |
Table | (Inherited from DataRow.) |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top