Compartilhar via


Método QuotaValuesManager.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

Segurança do .NET Framework

Consulte também

Referência

QuotaValuesManager Classe

Namespace Microsoft.TeamFoundation.Framework.Server