SyncDataSet.SyncValueTranslationsRow.SYNC_WSS_FIELD_NAME property
Gets or sets the name of the field in the SharePoint task list.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property SYNC_WSS_FIELD_NAME As String
Get
Set
'Usage
Dim instance As SyncDataSet.SyncValueTranslationsRow
Dim value As String
value = instance.SYNC_WSS_FIELD_NAME
instance.SYNC_WSS_FIELD_NAME = value
public string SYNC_WSS_FIELD_NAME { get; set; }
Property value
Type: System.String
See also
Reference
SyncDataSet.SyncValueTranslationsRow class