SyncDataSet.SyncValueTranslationsRow.SYNC_PROJECT_VALUE Property
Gets the value of the corresponding field in project.
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_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