ExportMappingsImportMapRequest.ExportIds Property

Definition

Gets or sets a value that indicates whether to export the entity record IDs contained in the data map. Required.

public:
 property bool ExportIds { bool get(); void set(bool value); };
public bool ExportIds { get; set; }
member this.ExportIds : bool with get, set
Public Property ExportIds As Boolean

Property Value

Indicates whether to export the entity record IDs contained in the data map. true to export the record IDs, otherwise, false.

Applies to