QuotaValue 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, _
value As Integer, _
hostId As Nullable(Of Guid) _
)
public QuotaValue(
string name,
int value,
Nullable<Guid> hostId
)
public:
QuotaValue(
String^ name,
int value,
Nullable<Guid> hostId
)
new :
name:string *
value:int *
hostId:Nullable<Guid> -> QuotaValue
public function QuotaValue(
name : String,
value : int,
hostId : Nullable<Guid>
)
Parameters
- name
Type: System.String
- value
Type: System.Int32
- hostId
Type: System.Nullable<Guid>
.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.