SyncDataSet.SyncFieldMappingsRow.SYNC_IS_PROJECT_CUSTOM_FIELD Property
Gets or sets a Boolean value that specifies whether the field is a project custom field.
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_IS_PROJECT_CUSTOM_FIELD As Boolean
Get
Set
'Usage
Dim instance As SyncDataSet.SyncFieldMappingsRow
Dim value As Boolean
value = instance.SYNC_IS_PROJECT_CUSTOM_FIELD
instance.SYNC_IS_PROJECT_CUSTOM_FIELD = value
public bool SYNC_IS_PROJECT_CUSTOM_FIELD { get; set; }
Property Value
Type: System.Boolean
Returns Boolean.
See Also
Reference
SyncDataSet.SyncFieldMappingsRow Class