VersionInformation.LiveShareVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Live Share version of the server.
public:
property System::String ^ LiveShareVersion { System::String ^ get(); };
public string? LiveShareVersion { get; }
member this.LiveShareVersion : string
Public ReadOnly Property LiveShareVersion As String
Property Value
Remarks
This string can be safely parsed with Parse(String).