TswaHyperlinkBuilder.CompatibleMode Property
Returns true when you are working with older servers.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property CompatibleMode As Boolean
protected virtual bool CompatibleMode { get; }
protected:
virtual property bool CompatibleMode {
bool get ();
}
abstract CompatibleMode : bool with get
override CompatibleMode : bool with get
function get CompatibleMode () : boolean
Property Value
Type: System.Boolean
Returns 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.