AreaRegistrationContext.Namespaces Property

Visual Studio 2010

Gets the namespaces for the application.

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

'Declaration
Public ReadOnly Property Namespaces As ICollection(Of String)
	Get

Property Value

Type: System.Collections.Generic.ICollection(Of String)
An enumerable set of namespaces for the application.

Community Additions

ADD
Show: