FullTrustAssembly.Version 속성

정의

어셈블리 버전 번호를 가져오거나 설정합니다.

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

속성 값

String

어셈블리 버전 번호입니다.

특성

적용 대상