BundleContext.BundleCollection Property

Gets or sets the collection of bundles.

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

Syntax

'Declaration
Public Property BundleCollection As BundleCollection 
    Get 
    Friend Set
'Usage
Dim instance As BundleContext 
Dim value As BundleCollection 

value = instance.BundleCollection
public BundleCollection BundleCollection { get; internal set; }
public:
property BundleCollection^ BundleCollection {
    BundleCollection^ get ();
    internal: void set (BundleCollection^ value);
}
member BundleCollection : BundleCollection with get, internal set
function get BundleCollection () : BundleCollection 
internal function set BundleCollection (value : BundleCollection)

Property Value

Type: System.Web.Optimization.BundleCollection
The collection of bundles.

See Also

Reference

BundleContext Class

System.Web.Optimization Namespace