IPublishProperties3.MapFileExtensions 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 or sets a value that indicates whether to add the .deploy file name extension to all deployed files.
public:
property bool MapFileExtensions { bool get(); void set(bool value); };
public:
property bool MapFileExtensions { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(12)]
public bool MapFileExtensions { get; set; }
[<System.Runtime.InteropServices.DispId(12)>]
member this.MapFileExtensions : bool with get, set
Public Property MapFileExtensions As Boolean
Property Value
true
to add the .deploy file name extension to all deployed files; otherwise, false
.
Implements
- Attributes