Construtor QuotaDefinition
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- name
Tipo: System.String
- description
Tipo: System.String
- softCap
Tipo: System.Nullable<Int32>
- hardCap
Tipo: System.Nullable<Int32>
- isEnabled
Tipo: System.Nullable<Boolean>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.