SyncDataSet.SyncValueTranslationsRow.SYNC_WSS_VALUE Property

Gets or sets the value of the field in the SharePoint task list.

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 Property SYNC_WSS_VALUE As String
    Get
    Set
'Usage
Dim instance As SyncDataSet.SyncValueTranslationsRow
Dim value As String

value = instance.SYNC_WSS_VALUE

instance.SYNC_WSS_VALUE = value
public string SYNC_WSS_VALUE { get; set; }

Property Value

Type: System.String

See Also

Reference

SyncDataSet.SyncValueTranslationsRow Class

SyncDataSet.SyncValueTranslationsRow Members

Project Web Service