MethodInformation.AttachQuota Method

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

Syntax

'Declaration
Public Sub AttachQuota ( _
    quotaName As String _
)
public void AttachQuota(
    string quotaName
)
public:
void AttachQuota(
    String^ quotaName
)
member AttachQuota : 
        quotaName:string -> unit
public function AttachQuota(
    quotaName : String
)

Parameters

.NET Framework Security

See Also

Reference

MethodInformation Class

Microsoft.TeamFoundation.Framework.Server Namespace