ModuleUnloadEvent.Mvid Property
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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.