Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Restore the default properties for a quota definition
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub RestoreDefaultQuotaDefinition ( _
requestContext As TeamFoundationRequestContext, _
quotaName As String _
)
public void RestoreDefaultQuotaDefinition(
TeamFoundationRequestContext requestContext,
string quotaName
)
public:
void RestoreDefaultQuotaDefinition(
TeamFoundationRequestContext^ requestContext,
String^ quotaName
)
member RestoreDefaultQuotaDefinition :
requestContext:TeamFoundationRequestContext *
quotaName:string -> unit
public function RestoreDefaultQuotaDefinition(
requestContext : TeamFoundationRequestContext,
quotaName : String
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- quotaName
Type: System.String
.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.