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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.