Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the corresponding field in project.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property SYNC_PROJECT_FIELD_NAME As String
Get
Set
'Usage
Dim instance As SyncDataSet.SyncFieldMappingsRow
Dim value As String
value = instance.SYNC_PROJECT_FIELD_NAME
instance.SYNC_PROJECT_FIELD_NAME = value
public string SYNC_PROJECT_FIELD_NAME { get; set; }
Property value
Type: System.String
Returns String.
See also
Reference
SyncDataSet.SyncFieldMappingsRow class