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: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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.Guid
Contains the list GUID in Windows SharePoint Services.
- SYNC_WSS_FIELD_UID
Type: System.Guid
Contains the field GUID in Windows SharePoint Services.
- SYNC_WSS_VALUE
Type: System.String
Contains the value of the corresponding field.
Return Value
Type: [Project Web service].SyncDataSet.SyncValueTranslationsRow
See Also
Reference
SyncDataSet.SyncValueTranslationsDataTable Class