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)> Public Property Name As String
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: