Reference2.Version Property
Gets the version of the selected reference.
Namespace: VSLangProj2
Assembly: VSLangProj2 (in VSLangProj2.dll)
Syntax
'Declaration
ReadOnly Property Version As String
string Version { get; }
property String^ Version {
String^ get ();
}
abstract Version : string with get
function get Version () : String
Property Value
Type: String
String containing the version of the selected reference.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.