PartitioningEvent.StreamToken Property

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

Gets an EventToken for this event in the corresponding LogStreamEventChain.

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

Syntax

'Declaration
Public ReadOnly Property StreamToken As EventToken
    Get
'Usage
Dim instance As PartitioningEvent
Dim value As EventToken

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

Property Value

Type: Microsoft.VisualStudio.TraceLog.EventToken

.NET Framework Security

See Also

Reference

PartitioningEvent Class

PartitioningEvent Members

Microsoft.VisualStudio.TraceLog Namespace