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