TrustLevel.Name Property
.NET Framework (current version)
Gets or sets a named security level that is mapped to a policy file.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("name", IsRequired = true, DefaultValue = "Full", IsKey = true)>] [<StringValidatorAttribute(MinLength = 1)>] member Name : string with get, set
The following code example demonstrates how to use the Name property. This code example is part of a larger example provided for the TrustLevel class.
.NET Framework
Available since 2.0
Available since 2.0
Show: