Edit

Share via


FullTrustAssembliesSection.FullTrustAssemblies Property

Definition

Gets the FullTrustAssemblyCollection collection of the fully trusted assemblies.

public:
 property System::Web::Configuration::FullTrustAssemblyCollection ^ FullTrustAssemblies { System::Web::Configuration::FullTrustAssemblyCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)]
public System.Web.Configuration.FullTrustAssemblyCollection FullTrustAssemblies { get; }
[<System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)>]
member this.FullTrustAssemblies : System.Web.Configuration.FullTrustAssemblyCollection
Public ReadOnly Property FullTrustAssemblies As FullTrustAssemblyCollection

Property Value

A collection of fully trusted assemblies.

Attributes

Applies to