AssemblyInfo.Assembly Właściwość

Definicja

Pobiera lub ustawia odwołanie do zestawu do użycia podczas kompilacji zasobu dynamicznego.

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

Wartość właściwości

Wartość ciągu rozdzielanego przecinkami określająca wersję, kulturę i tokeny klucza publicznego zestawu.

Atrybuty

Uwagi

ASP.NET najpierw wyszukuje bibliotekę DLL zestawu w prywatnym katalogu Bin aplikacji, a następnie w pamięci podręcznej zestawów systemowych.

Dotyczy