Share via


BulkDeleteRequest.SourceImportId Property

 

Applies To: Dynamics CRM 2015

Gets or sets the ID of the data import job. Optional.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public Nullable<Guid> SourceImportId { get; set; }
public:
property Nullable<Guid> SourceImportId {
    Nullable<Guid> get();
    void set(Nullable<Guid> value);
}
member SourceImportId : Nullable<Guid> with get, set
Public Property SourceImportId As Nullable(Of Guid)

Property Value

Type: System.Nullable<Guid>

Type: Nullable<Guid>
The ID of the data import job that corresponds to the ImportrId property, which is the primary key for the Import entity.

Remarks

If you provide the ID of the import job in this property, all records imported by this job will be deleted from the system by the bulk delete job.

See Also

BulkDeleteRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright