Chain.LastToken Property
Gets an EventToken for the last event in the chain.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property LastToken As EventToken
public virtual EventToken LastToken { get; }
public:
virtual property EventToken LastToken {
EventToken get ();
}
abstract LastToken : EventToken with get
override LastToken : EventToken with get
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
- 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.