Konstruktor QuotaDefinition —
Przestrzeń nazw: Microsoft.TeamFoundation.Framework.Server
Zestaw: Microsoft.TeamFoundation.Framework.Server (w Microsoft.TeamFoundation.Framework.Server.dll)
Składnia
'Deklaracja
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
)
Parametry
- name
Typ: System.String
- description
Typ: System.String
- softCap
Typ: System.Nullable<Int32>
- hardCap
Typ: System.Nullable<Int32>
- isEnabled
Typ: System.Nullable<Boolean>
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..