WebSettings::AuthoringAccess Property

 

Gets or sets the Web access method for new projects.

Namespace:   VSLangProj
Assembly:  VSLangProj (in VSLangProj.dll)

property webPrjAuthoringAccess AuthoringAccess {
	webPrjAuthoringAccess get();
	void set(webPrjAuthoringAccess value);
}

Web projects can be accessed in two ways:

  • Using FrontPage Server Extensions.

  • Using UNC access (the Windows file system), also known as file-share access.

After a project is created, its Web access method is changed by using the WebAccessMethod property.

Return to top
Show: