Share via


SiteAdmin.StartPageVirtualPath Property

Gets or sets the virtual path for the start page.

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

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

Syntax

'Declaration
Public Property StartPageVirtualPath As String 
    Get 
    Private Set
'Usage
Dim instance As SiteAdmin 
Dim value As String 

value = instance.StartPageVirtualPath
public string StartPageVirtualPath { get; private set; }
public:
property String^ StartPageVirtualPath {
    String^ get ();
    private: void set (String^ value);
}
member StartPageVirtualPath : string with get, private set
function get StartPageVirtualPath () : String 
private function set StartPageVirtualPath (value : String)

Property Value

Type: System.String
The virtual path for the start page.

See Also

Reference

SiteAdmin Class

System.Web.WebPages.Administration Namespace