ImportMappingsImportMapResponse.ImportMapId Property

Definition

Gets the ID of the newly created import map (data map).

public:
 property Guid ImportMapId { Guid get(); };
public Guid ImportMapId { get; }
member this.ImportMapId : Guid
Public ReadOnly Property ImportMapId As Guid

Property Value

The ID of the newly created import map (data map). This corresponds to the ImportMap.ImportMapId attribute, which is the primary key for the ImportMap entity.

Applies to