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: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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