RequestContextBase.IsTracked Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

RequestContextBase Class

Microsoft.TeamFoundation.Framework.Server Namespace