PartialTrustVisibleAssembliesSection.PartialTrustVisibleAssemblies Property

.NET Framework (current version)
 

Gets the PartialTrustVisibleAssembliesSection collection of APTCA-marked assemblies to use in partial-trust ASP.NET applications.

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

[ConfigurationPropertyAttribute("", IsDefaultCollection = true)]
public PartialTrustVisibleAssemblyCollection PartialTrustVisibleAssemblies { get; }

Property Value

Type: System.Web.Configuration.PartialTrustVisibleAssemblyCollection

A collection of the APTCA-marked assemblies to use in partial-trust ASP.NET applications.

.NET Framework
Available since 4.0
Return to top
Show: