SyncDataSet.SyncValueTranslationsDataTable.FindBySYNC_WSS_LIST_UIDSYNC_WSS_FIELD_UIDSYNC_WSS_VALUE method
Retrieves a SyncValueTranslationsRow object by using the specified list GUID, the field GUID, and the value of the corresponding field.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function FindBySYNC_WSS_LIST_UIDSYNC_WSS_FIELD_UIDSYNC_WSS_VALUE ( _
SYNC_WSS_LIST_UID As Guid, _
SYNC_WSS_FIELD_UID As Guid, _
SYNC_WSS_VALUE As String _
) As SyncDataSet.SyncValueTranslationsRow
'Usage
Dim instance As SyncDataSet.SyncValueTranslationsDataTable
Dim SYNC_WSS_LIST_UID As Guid
Dim SYNC_WSS_FIELD_UID As Guid
Dim SYNC_WSS_VALUE As String
Dim returnValue As SyncDataSet.SyncValueTranslationsRow
returnValue = instance.FindBySYNC_WSS_LIST_UIDSYNC_WSS_FIELD_UIDSYNC_WSS_VALUE(SYNC_WSS_LIST_UID, _
SYNC_WSS_FIELD_UID, SYNC_WSS_VALUE)
public SyncDataSet.SyncValueTranslationsRow FindBySYNC_WSS_LIST_UIDSYNC_WSS_FIELD_UIDSYNC_WSS_VALUE(
Guid SYNC_WSS_LIST_UID,
Guid SYNC_WSS_FIELD_UID,
string SYNC_WSS_VALUE
)
Parameters
SYNC_WSS_LIST_UID
Type: System.GuidContains the list GUID in Windows SharePoint Services.
SYNC_WSS_FIELD_UID
Type: System.GuidContains the field GUID in Windows SharePoint Services.
SYNC_WSS_VALUE
Type: System.StringContains the value of the corresponding field.
Return value
Type: WebSvcProject.SyncDataSet.SyncValueTranslationsRow
See also
Reference
SyncDataSet.SyncValueTranslationsDataTable class