Chain.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 Overridable ReadOnly Property CanGetLastToken As Boolean
    Get
public virtual bool CanGetLastToken { get; }
public:
virtual property bool CanGetLastToken {
    bool get ();
}
abstract CanGetLastToken : bool
override CanGetLastToken : bool
function get CanGetLastToken () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

Chain Class

Microsoft.VisualStudio.IntelliTrace Namespace