Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides Cell.Enabled.
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)
Syntax
'Declaration
Public Overrides Property Enabled As Boolean
public override bool Enabled { get; set; }
public:
virtual property bool Enabled {
bool get () override;
void set (bool value) override;
}
abstract Enabled : bool with get, set
override Enabled : bool with get, set
override function get Enabled () : boolean
override function set Enabled (value : 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.