TrustLevel.Name Property

 

Gets or sets a named security level that is mapped to a policy file.

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

[<ConfigurationPropertyAttribute("name", IsRequired = true, DefaultValue = "Full",
    IsKey = true)>]
[<StringValidatorAttribute(MinLength = 1)>]
member Name : string with get, set

Property Value

Type: System.String

The Name that is mapped to a policy file.

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: