NamespaceInfo.Namespace Property
.NET Framework (current version)
Gets or sets the namespace reference.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("namespace", IsRequired = true, IsKey = true, DefaultValue = "")>] [<StringValidatorAttribute(MinLength = 1)>] member Namespace : string with get, set
No validation is performed to verify that the namespace reference is valid.
The following code example shows how to use the Namespace property. This code example is part of a larger example provided for the PagesSection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: