InfoProjectVersion.VersionString Property

Gets the Project version string.
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)> _ 
<ID("VersionString", (int)e.VersionString)> _ 
Public Property VersionString() As String 
Get 
This language is not supported or no code example is available.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] 
[ID("VersionString", (int)e.VersionString)] 
public string VersionString {get;}
This language is not supported or no code example is available.

Property Value

string
Example
 
"1.0 (Editing)".

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition