VBProjectProperties8.AssemblyVersion Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
C++
public:
property System::String ^ AssemblyVersion { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(12116)]
public string AssemblyVersion { [System.Runtime.InteropServices.DispId(12116)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; [System.Runtime.InteropServices.DispId(12116)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] set; }
[System.Runtime.InteropServices.DispId(12116)]
public string AssemblyVersion { [System.Runtime.InteropServices.DispId(12116)] get; [System.Runtime.InteropServices.DispId(12116)] set; }
[<System.Runtime.InteropServices.DispId(12116)>]
[<get: System.Runtime.InteropServices.DispId(12116)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
[<set: System.Runtime.InteropServices.DispId(12116)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.AssemblyVersion : string with get, set
[<System.Runtime.InteropServices.DispId(12116)>]
[<get: System.Runtime.InteropServices.DispId(12116)>]
[<set: System.Runtime.InteropServices.DispId(12116)>]
member this.AssemblyVersion : string with get, set
Public Property AssemblyVersion As String
- Attributes
Product | Versions |
---|---|
Visual Studio SDK | 2019, 2022 |