SyncDataSet.SyncValueTranslationsRow.SYNC_WSS_VALUE property
Gets or sets the value of the field in the SharePoint task list.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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