Bagikan melalui


QuotaValueCollection.Item Property

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

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.QuotaValue

.NET Framework Security

See Also

Reference

QuotaValueCollection Class

Microsoft.TeamFoundation.Framework.Server Namespace