FilteredListChain.CanGetLastToken Property
Gets a value that determines whether the chain supports LastToken.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
Public Overrides ReadOnly Property CanGetLastToken As Boolean
Get
public override bool CanGetLastToken { get; }
public:
virtual property bool CanGetLastToken {
bool get () override;
}
abstract CanGetLastToken : bool
override CanGetLastToken : bool
override function get CanGetLastToken () : boolean
Property Value
Type: System.Boolean
.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.