Condividi tramite


IPublishProperties3.ExcludeDeploymentUrl Property

Definition

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

Applies to