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.
Gets or sets a flag that indicates whether a disabled plug-in is included.
Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Property IncludeDisabledPlugins As Boolean
'Usage
Dim instance As PluginCatalog 
Dim value As Boolean 
value = instance.IncludeDisabledPlugins
instance.IncludeDisabledPlugins = value
public bool IncludeDisabledPlugins { get; set; }
public:
property bool IncludeDisabledPlugins {
    bool get ();
    void set (bool value);
}
public function get IncludeDisabledPlugins () : boolean 
public function set IncludeDisabledPlugins (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.