ListChain.EventLink.Token Property
ListChain.EventLink is for internal use only.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)
Syntax
'Declaration
Public ReadOnly Property Token As EventToken
public EventToken Token { get; }
public:
property EventToken Token {
EventToken get ();
}
member Token : EventToken with get
function get Token () : 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.