Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the namespaces for the application.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public ReadOnly Property Namespaces As ICollection(Of String)
Get
public ICollection<string> Namespaces { get; }
public:
property ICollection<String^>^ Namespaces {
ICollection<String^>^ get ();
}
Property Value
Type: System.Collections.Generic.ICollection<String>
An enumerable set of namespaces for the application.