Share via


InformationalVersion Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets version information.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public ReadOnly Property InformationalVersion As String
public string InformationalVersion { get; }
public:
property String^ InformationalVersion {
    String^ get ();
}
member InformationalVersion : string with get
function get InformationalVersion () : String

Property Value

Type: System. . :: . .String
A string containing the version information.

.NET Framework Security

See Also

Reference

AssemblyInformationalVersionAttribute Class

System.Reflection Namespace