Module.Version Property

Gets the version string for the module.

Namespace:  EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.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: System.String
A string value representing the version of the module.

.NET Framework Security

See Also

Reference

Module Interface

EnvDTE90 Namespace