Share via


WebPageExecutingBase.VirtualPath Property

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

Syntax

'Declaration
Public Overridable Property VirtualPath As String 
    Get 
    Set
'Usage
Dim instance As WebPageExecutingBase 
Dim value As String 

value = instance.VirtualPath

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

Property Value

Type: System.String

See Also

Reference

WebPageExecutingBase Class

System.Web.WebPages Namespace