Aracılığıyla paylaş


FullTrustAssembly.Version Özellik

Tanım

Derleme sürüm numarasını alır veya ayarlar.

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

Özellik Değeri

String

Derleme sürüm numarası.

Öznitelikler

Şunlara uygulanır