Share via


WebPageRazorHost.InstrumentedSourceFilePath Property

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets the file path of the instrumental source.

Namespace:  System.Web.WebPages.Razor
Assembly:  System.Web.WebPages.Razor (in System.Web.WebPages.Razor.dll)

Syntax

'Declaration
Public Overrides Property InstrumentedSourceFilePath As String 
    Get 
    Set
'Usage
Dim instance As WebPageRazorHost 
Dim value As String 

value = instance.InstrumentedSourceFilePath

instance.InstrumentedSourceFilePath = value
public override string InstrumentedSourceFilePath { get; set; }
public:
virtual property String^ InstrumentedSourceFilePath {
    String^ get () override;
    void set (String^ value) override;
}
abstract InstrumentedSourceFilePath : string with get, set 
override InstrumentedSourceFilePath : string with get, set
override function get InstrumentedSourceFilePath () : String 
override function set InstrumentedSourceFilePath (value : String)

Property Value

Type: System.String
The file path of the instrumental source.

See Also

Reference

WebPageRazorHost Class

System.Web.WebPages.Razor Namespace