Compartilhar via


Método TeamFoundationQuotaService.TryGetAccountQuotaValue

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxe

'Declaração
Public Function TryGetAccountQuotaValue ( _
    requestContext As TeamFoundationRequestContext, _
    quotaName As String, _
    <OutAttribute> ByRef quotaValue As Integer _
) As Boolean
public bool TryGetAccountQuotaValue(
    TeamFoundationRequestContext requestContext,
    string quotaName,
    out int quotaValue
)

Parâmetros

Valor de retorno

Tipo: System.Boolean
Retorna Boolean.

Segurança do .NET Framework

Consulte também

Referência

TeamFoundationQuotaService Classe

Namespace Microsoft.TeamFoundation.Framework.Server