VersionInformation.VisualStudioVersion 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 display version of the primary server process.
public:
property System::String ^ VisualStudioVersion { System::String ^ get(); };
public string VisualStudioVersion { get; }
member this.VisualStudioVersion : string
Public ReadOnly Property VisualStudioVersion As String
Property Value
Remarks
This string may not be safely parsed with Parse(String).