Share via


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

.NET Framework Security

See Also

Reference

QuotaValue Class

Microsoft.TeamFoundation.Framework.Server Namespace