Module.ModuleVersionId Property

Definition

Gets a universally unique identifier (UUID) that can be used to distinguish between two versions of a module.

public:
 virtual property Guid ModuleVersionId { Guid get(); };
public:
 property Guid ModuleVersionId { Guid get(); };
public virtual Guid ModuleVersionId { get; }
public Guid ModuleVersionId { get; }
member this.ModuleVersionId : Guid
Public Overridable ReadOnly Property ModuleVersionId As Guid
Public ReadOnly Property ModuleVersionId As Guid

Property Value

A Guid that can be used to distinguish between two versions of a module.

Remarks

In unmanaged metadata, the GUID returned by the ModuleVersionId property is referred to as the mvid, and is stored in the GUID heap.

Note

More information about metadata can be found in the Common Language Infrastructure (CLI) documentation, especially "Partition II: Metadata Definition and Semantics". For more information, see ECMA 335 Common Language Infrastructure (CLI).

Applies to