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
- 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.