AssemblyInformationalVersionAttribute.InformationalVersion Property

Definition

Gets version information.

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

Property Value

A string containing the version information.

Applies to

See also