PartitionedListChain.LastToken Property

Gets an EventToken for the last event in the chain.

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

Syntax

'Declaration
Public Overrides ReadOnly Property LastToken As EventToken
public override EventToken LastToken { get; }
public:
virtual property EventToken LastToken {
    EventToken get () override;
}
abstract LastToken : EventToken with get 
override LastToken : EventToken with get
override function get LastToken () : EventToken

Property Value

Type: Microsoft.VisualStudio.IntelliTrace.EventToken

Remarks

This property can be called only when CanGetLastToken returns true.

.NET Framework Security

See Also

Reference

PartitionedListChain Class

Microsoft.VisualStudio.IntelliTrace Namespace