IntelliTraceTokenEvent.Mvid Property

Gets the mvid for the module. This id will change from build to build of the module.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Property Mvid As Guid
public Guid Mvid { get; private set; }
public:
property Guid Mvid {
    Guid get ();
    private: void set (Guid value);
}
member Mvid : Guid with get, private set
function get Mvid () : Guid 
private function set Mvid (value : Guid)

Property Value

Type: Guid
Returns Guid.

.NET Framework Security

See Also

Reference

IntelliTraceTokenEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace