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
‘선언
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
- 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.