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
'Usage
Dim instance As WebFileProperties2 
Dim value As Boolean 

value = instance.IsCustomToolOutput
bool IsCustomToolOutput { get; }
property bool IsCustomToolOutput {
    bool 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

WebFileProperties2 Members

VsWebSite90 Namespace

CustomTool