TeamFoundationQuotaService.TryGetAccountQuotaValue Method

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

Syntax

'Declaration
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
)
public:
bool TryGetAccountQuotaValue(
    TeamFoundationRequestContext^ requestContext, 
    String^ quotaName, 
    [OutAttribute] int% quotaValue
)
member TryGetAccountQuotaValue : 
        requestContext:TeamFoundationRequestContext * 
        quotaName:string * 
        quotaValue:int byref -> bool
public function TryGetAccountQuotaValue(
    requestContext : TeamFoundationRequestContext, 
    quotaName : String, 
    quotaValue : int
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TeamFoundationQuotaService Class

Microsoft.TeamFoundation.Framework.Server Namespace