AssemblyVersionAttribute.Version Property

Definition

Gets the version number of the attributed assembly.

public:
 property System::String ^ Version { System::String ^ get(); };
public string Version { get; }
member this.Version : string
Public ReadOnly Property Version As String

Property Value

A string containing the assembly version number.

Applies to