Share via


ExceptionMarkerEvent.StreamEventToken Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the EventToken for the exception.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public ReadOnly Property StreamEventToken As EventToken
    Get
'Usage
Dim instance As ExceptionMarkerEvent
Dim value As EventToken

value = instance.StreamEventToken
public EventToken StreamEventToken { get; }
public:
property EventToken StreamEventToken {
    EventToken get ();
}
member StreamEventToken : EventToken
function get StreamEventToken () : EventToken

Property Value

Type: Microsoft.VisualStudio.TraceLog.EventToken

.NET Framework Security

See Also

Reference

ExceptionMarkerEvent Class

ExceptionMarkerEvent Members

Microsoft.VisualStudio.TraceLog Namespace