Project.Version Property

Definition

The project version. This equates to the version of the project file.

public:
 property Microsoft::CodeAnalysis::VersionStamp Version { Microsoft::CodeAnalysis::VersionStamp get(); };
public Microsoft.CodeAnalysis.VersionStamp Version { get; }
member this.Version : Microsoft.CodeAnalysis.VersionStamp
Public ReadOnly Property Version As VersionStamp

Property Value

Applies to