ModuleBuilder.ModuleVersionId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 override Guid ModuleVersionId { get; }
member this.ModuleVersionId : Guid
Public Overrides 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).