Share via


WebFileProperties2.IsCustomToolOutput Property

Gets a value that indicates whether the Web file is the output of a custom tool.

Namespace:  VsWebSite90
Assembly:  VsWebSite.Interop90 (in VsWebSite.Interop90.dll)

Syntax

'Declaration
ReadOnly Property IsCustomToolOutput As Boolean
bool IsCustomToolOutput { get; }
property bool IsCustomToolOutput {
    bool get ();
}
abstract IsCustomToolOutput : bool with get
function get IsCustomToolOutput () : boolean

Property Value

Type: System.Boolean
true if the Web file is the output of a custom tool; otherwise, false.

.NET Framework Security

See Also

Reference

WebFileProperties2 Interface

VsWebSite90 Namespace

CustomTool