SyncErrorsDataSet.SyncErrorsRow Members
Include Protected Members
Include Inherited Members
Represents project synchronization errors as a row in the SyncErrorsDataSet.SyncErrorsDataTable object.
The SyncErrorsDataSet.SyncErrorsRow 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.) | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
SYNC_ERROR_DATE | Gets or sets the date time when the error was generated. | |
SYNC_ERROR_SEVERITY_ENUM | Gets or sets the severity of the error. | |
SYNC_ERROR_TYPE_ENUM | Gets or sets the type of the error. | |
SYNC_ERROR_UID | Gets or sets the GUID of the sync error. | |
SYNC_ERROR_XML_DATA | Gets the XML string that contains additional error information. Read-only. | |
SYNC_PROJ_UID | Gets or sets the GUID of the project that the SharePoint task list is synchronized to. | |
SYNC_TASK_UID | Gets or sets the GUID of a task in Project that corresponds to an item in the SharePoint task list. | |
SYNC_WSS_LIST_ITEM_ID | Gets or sets the GUID of the item in the SharePoint task list. | |
SYNC_WSS_LIST_UID | Gets the GUID of the SharePoint task list that is being synchronized. | |
Table | (Inherited from DataRow.) |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top