VCWebDeploymentTool.ExcludedFromBuild Property

Gets or sets a value indicating whether this item is excluded from the build.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property ExcludedFromBuild As Boolean
    Get
    Set
bool ExcludedFromBuild { get; set; }
property bool ExcludedFromBuild {
    bool get ();
    void set (bool value);
}
abstract ExcludedFromBuild : bool with get, set
function get ExcludedFromBuild () : boolean
function set ExcludedFromBuild (value : boolean)

Property Value

Type: System.Boolean
true if this item is excluded from the build; otherwise, false.

Remarks

See the General Property Page (File) for information on accessing ExcludedFromBuild for a file from the integrated development environment (IDE).

See Specifying Build Events for information on accessing ExcludedFromBuild for a build event from the IDE.

ExcludedFromBuild specifies whether or not deployment occurs when the project is built. Set to true to disable deployment or set to false to enable deployment. See Deployment (How Do I in Visual Web Developer).

.NET Framework Security

See Also

Reference

VCWebDeploymentTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace