FullTrustAssembliesSection.FullTrustAssemblies 属性

定义

获取完全信任的程序集的 FullTrustAssemblyCollection 集合。

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

属性值

完全信任的程序集的集合。

属性

适用于