Chain.FirstToken Property
When overridden in a derived class, gets an EventToken for the first event in the chain.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property FirstToken As EventToken
public abstract EventToken FirstToken { get; }
public:
virtual property EventToken FirstToken {
EventToken get () abstract;
}
abstract FirstToken : EventToken with get
abstract function get FirstToken () : 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.