QuotaDefinition.IsEnabled Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property IsEnabled As Nullable(Of Boolean)
public Nullable<bool> IsEnabled { get; private set; }
public:
property Nullable<bool> IsEnabled {
Nullable<bool> get ();
private: void set (Nullable<bool> value);
}
member IsEnabled : Nullable<bool> with get, private set
function get IsEnabled () : Nullable<boolean>
private function set IsEnabled (value : Nullable<boolean>)
Property Value
Type: System.Nullable<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.