ProjectCollection.DisplayVersion Property

Definition

Gets a version of the Engine suitable for display to a user.

public:
 static property System::String ^ DisplayVersion { System::String ^ get(); };
public static string DisplayVersion { get; }
static member DisplayVersion : string
Public Shared ReadOnly Property DisplayVersion As String

Property Value

Remarks

This is in the form of a SemVer v2 version, Major.Minor.Patch-prerelease+metadata.

Applies to