VCProjectReference.Version Property

Gets the version of the selected reference.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
ReadOnly Property Version As String
    Get
string Version { get; }
property String^ Version {
    String^ get ();
}
abstract Version : string
function get Version () : String

Property Value

Type: System.String
A string representing the version of the selected reference.

Implements

VCReference.Version

.NET Framework Security

See Also

Reference

VCProjectReference Interface

Version Overload

Microsoft.VisualStudio.VCProjectEngine Namespace