QuotaDefinition Constructor
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
description As String, _
softCap As Nullable(Of Integer), _
hardCap As Nullable(Of Integer), _
isEnabled As Nullable(Of Boolean) _
)
public QuotaDefinition(
string name,
string description,
Nullable<int> softCap,
Nullable<int> hardCap,
Nullable<bool> isEnabled
)
public:
QuotaDefinition(
String^ name,
String^ description,
Nullable<int> softCap,
Nullable<int> hardCap,
Nullable<bool> isEnabled
)
new :
name:string *
description:string *
softCap:Nullable<int> *
hardCap:Nullable<int> *
isEnabled:Nullable<bool> -> QuotaDefinition
public function QuotaDefinition(
name : String,
description : String,
softCap : Nullable<int>,
hardCap : Nullable<int>,
isEnabled : Nullable<boolean>
)
Parameters
- name
Type: System.String
- description
Type: System.String
- softCap
Type: System.Nullable<Int32>
- hardCap
Type: System.Nullable<Int32>
- isEnabled
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.