Share via


PluginCatalog.IncludeDisabledPlugins Property

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

See Also

Reference

PluginCatalog Class

PluginCatalog Members

Microsoft.TeamFoundation Namespace