Share via


ModuleLoadEvent.MetadataStreamIndex Property

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ModuleLoadEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace