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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- quotaName
Type: System.String
- quotaValue
Type: System.Int32%
Return Value
Type: System.Boolean
.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.