Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property Item ( _
    quotaName As String _
) As QuotaValue
public QuotaValue this[
    string quotaName
] { get; set; }
public:
property QuotaValue^ Item[String^ quotaName] {
    QuotaValue^ get (String^ quotaName);
    void set (String^ quotaName, QuotaValue^ value);
}
member Item : 
        quotaName:string -> QuotaValue with get, set
JScript does not support indexed properties.
Parameters
- quotaName
 Type: System.String
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.QuotaValue
.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.