Share via


Module.Version Property

Gets the version string for the module.

Namespace:  EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

Syntax

'Declaration
ReadOnly Property Version As String
'Usage
Dim instance As [Module]
Dim value As String 

value = instance.Version
string Version { get; }
property String^ Version {
    String^ 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

Module Members

EnvDTE90 Namespace