Share via


VSWebSite.CodeFolders Property

Definition

Gets a collection of folders that are configured as code folders in the Web site.

public:
 property VsWebSite::CodeFolders ^ CodeFolders { VsWebSite::CodeFolders ^ get(); };
[System.Runtime.InteropServices.DispId(11)]
public VsWebSite.CodeFolders CodeFolders { [System.Runtime.InteropServices.DispId(11)] get; }
[<System.Runtime.InteropServices.DispId(11)>]
[<get: System.Runtime.InteropServices.DispId(11)>]
member this.CodeFolders : VsWebSite.CodeFolders
Public ReadOnly Property CodeFolders As CodeFolders

Property Value

A CodeFolders object containing a collection of CodeFolder objects.

Attributes

Applies to