Gets a universally unique identifier (UUID) that can be used to distinguish between two versions of a module.
Public ReadOnly Property ModuleVersionId As Guid
Dim instance As [Module] Dim value As Guid value = instance.ModuleVersionId
public Guid ModuleVersionId { get; }
public: property Guid ModuleVersionId { Guid get (); }
public function get ModuleVersionId () : Guid
In unmanaged metadata, the GUID returned by the ModuleVersionId property is referred to as the mvid, and is stored in the GUID heap.
More information about metadata can be found in the Common Language Infrastructure (CLI) documentation, especially "Partition II: Metadata Definition and Semantics". The documentation is available online; see ECMA C# and Common Language Infrastructure Standards on MSDN and Standard ECMA-335 - Common Language Infrastructure (CLI) on the ECMA Web site.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98