SyncDataSet.SyncValueTranslationsDataTable.AddSyncValueTranslationsRow Method (Guid, Guid, String, String, String)
This member is reserved for internal use and is not intended to be used directly from your code.
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 AddSyncValueTranslationsRow ( _
SYNC_WSS_LIST_UID As Guid, _
SYNC_WSS_FIELD_UID As Guid, _
SYNC_WSS_FIELD_NAME As String, _
SYNC_WSS_VALUE As String, _
SYNC_PROJECT_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_FIELD_NAME As String
Dim SYNC_WSS_VALUE As String
Dim SYNC_PROJECT_VALUE As String
Dim returnValue As SyncDataSet.SyncValueTranslationsRow
returnValue = instance.AddSyncValueTranslationsRow(SYNC_WSS_LIST_UID, _
SYNC_WSS_FIELD_UID, SYNC_WSS_FIELD_NAME, _
SYNC_WSS_VALUE, SYNC_PROJECT_VALUE)
public SyncDataSet.SyncValueTranslationsRow AddSyncValueTranslationsRow(
Guid SYNC_WSS_LIST_UID,
Guid SYNC_WSS_FIELD_UID,
string SYNC_WSS_FIELD_NAME,
string SYNC_WSS_VALUE,
string SYNC_PROJECT_VALUE
)
Parameters
- SYNC_WSS_LIST_UID
Type: System.Guid
- SYNC_WSS_FIELD_UID
Type: System.Guid
- SYNC_WSS_FIELD_NAME
Type: System.String
- SYNC_WSS_VALUE
Type: System.String
- SYNC_PROJECT_VALUE
Type: System.String
Return Value
Type: [Project Web service].SyncDataSet.SyncValueTranslationsRow
See Also
Reference
SyncDataSet.SyncValueTranslationsDataTable Class
SyncDataSet.SyncValueTranslationsDataTable Members