ImportMappingsImportMapResponse.ImportMapId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.