Share via


WebFileProperties2.CustomToolOutput Property

Gets the file name, without the path, of the output of the custom tool that is associated with this Web site file.

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

Syntax

'Declaration
ReadOnly Property CustomToolOutput As String
string CustomToolOutput { get; }
property String^ CustomToolOutput {
    String^ get ();
}
abstract CustomToolOutput : string with get
function get CustomToolOutput () : String

Property Value

Type: System.String
A custom tool takes as input the file represented by this Web site file and writes a new file using the file name in the CustomToolOutput property.

.NET Framework Security

See Also

Reference

WebFileProperties2 Interface

VsWebSite90 Namespace

CustomTool