IPublishProperties3.ExcludeDeploymentUrl 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 a deployment uniform resource identifier (URI) is included in the application manifest.
public:
property bool ExcludeDeploymentUrl { bool get(); void set(bool value); };
public:
property bool ExcludeDeploymentUrl { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(35)]
public bool ExcludeDeploymentUrl { get; set; }
[<System.Runtime.InteropServices.DispId(35)>]
member this.ExcludeDeploymentUrl : bool with get, set
Public Property ExcludeDeploymentUrl As Boolean
Property Value
true
if a deployment URI is included in the application manifest; otherwise, false
.
- Attributes