When you select a BizTalk Server map in Microsoft® Visual Studio Solution Explorer, properties for the map are displayed in the Properties window. The following table shows the properties that you can examine and set in the Properties window.
|
Property name
|
Category
|
Description
|
|---|
|
File Name
|
Misc
|
Specifies the name of the map file.
|
|
Full Path
|
Misc
|
Shows the file system location of the map file.
|
|
Build Action
|
Advanced
|
Specifies whether the map will be built into the corresponding assembly for the project.
|
|
Fully Qualified Name
|
Advanced
|
Shows the compiler-generated fully qualified name of the managed type corresponding to the map.
|
|
Namespace
|
Advanced
|
Shows the compiler-generated namespace of the managed type corresponding to the map.
|
|
Type Name
|
Advanced
|
Shows the compiler-generated name of the managed type corresponding to the map.
|
|
TestMap Input Instance
|
Test Map
|
Configures the location of the input instance message file to be used while testing the map.
|
|
TestMap Input
|
Test Map
|
Specifies the format of the input instance message.
|
|
TestMap Output
|
Test Map
|
Specifies the format for the output instance message.
|
|
Validate TestMap Input
|
Test Map
|
Specifies whether you want to validate input instance messages against the source schema before you test the map.
|
|
Validate TestMap Output
|
Test Map
|
Specifies whether you want to validate output instance messages against the destination schema after you test the map.
|