共用方式為


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

屬性值

完全信任組件的集合。

屬性

適用於