Olvasás angol nyelven

Megosztás a következőn keresztül:


QuotaDefinitionsManager.TryGetQuotaDefinition Method

Retreive a quota definition based on its name. the call is valied at all levels. For collection level, the account quota definition is returned(if the quota definition was overriden); otherwise the deployment level quota definition(it exists)

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

Syntax

public bool TryGetQuotaDefinition(
    TeamFoundationRequestContext requestContext,
    string quotaName,
    out QuotaDefinition quotaDefinition
)

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

QuotaDefinitionsManager Class

Microsoft.TeamFoundation.Framework.Server Namespace