ListChain.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

'Declaration
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

See Also

Reference

ListChain Class

Microsoft.VisualStudio.IntelliTrace Namespace