PartitioningEvent.EventToken Property
Gets an EventToken for this event in the corresponding PartitionedChain.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
Public ReadOnly Property EventToken As EventToken
Get
public EventToken EventToken { get; }
public:
property EventToken EventToken {
EventToken get ();
}
member EventToken : EventToken
function get EventToken () : EventToken
Property Value
Type: Microsoft.VisualStudio.IntelliTrace.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.