SyncDataSet.SyncItemTaskMappingsRowChangeEvent.Row property
Specifies the row containing changed data.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property Row As SyncDataSet.SyncItemTaskMappingsRow
Get
'Usage
Dim instance As SyncDataSet.SyncItemTaskMappingsRowChangeEvent
Dim value As SyncDataSet.SyncItemTaskMappingsRow
value = instance.Row
public SyncDataSet.SyncItemTaskMappingsRow Row { get; }
Property value
Type: WebSvcProject.SyncDataSet.SyncItemTaskMappingsRow
Returns SyncDataSet.SyncItemTaskMappingsRow.
See also
Reference
SyncDataSet.SyncItemTaskMappingsRowChangeEvent class