PartitionedListChain.CanGetLastToken Property

Gets a value that determines whether the chain supports LastToken.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property CanGetLastToken As Boolean
public override bool CanGetLastToken { get; }
public:
virtual property bool CanGetLastToken {
    bool get () override;
}
abstract CanGetLastToken : bool with get 
override CanGetLastToken : bool with get
override function get CanGetLastToken () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

PartitionedListChain Class

Microsoft.VisualStudio.IntelliTrace Namespace