SyncDataSet.SyncValueTranslationsRow Members
Include Protected Members
Include Inherited Members
Represents synchronization value translations information as a row in the SyncDataSet.SyncValueTranslationsDataTable object.
The SyncDataSet.SyncValueTranslationsRow 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_PROJECT_VALUE | Gets the value of the corresponding field in project. | |
SYNC_WSS_FIELD_NAME | Gets or sets the name of the field in the SharePoint task list. | |
SYNC_WSS_FIELD_UID | Gets or sets the GUID of a field in the SharePoint task list. | |
SYNC_WSS_LIST_UID | Gets or sets the SharePoint task list GUID. | |
SYNC_WSS_VALUE | Gets or sets the value of the field in the SharePoint task list. | |
Table | (Inherited from DataRow.) |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top