Reference2.Version Property

Gets the version of the selected reference.

Namespace:  VSLangProj2
Assembly:  VSLangProj2 (in VSLangProj2.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
String containing the version of the selected reference.

Implements

Reference.Version

.NET Framework Security

See Also

Reference

Reference2 Interface

Version Overload

VSLangProj2 Namespace