FullTrustAssembly.AssemblyName 屬性

定義

取得或設定組件名稱。

public:
 property System::String ^ AssemblyName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("assemblyName", DefaultValue="", IsKey=true, IsRequired=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string AssemblyName { get; set; }
[<System.Configuration.ConfigurationProperty("assemblyName", DefaultValue="", IsKey=true, IsRequired=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.AssemblyName : string with get, set
Public Property AssemblyName As String

屬性值

組件名稱。

屬性

適用於