QuotaValueCollection.TryGetQuotaValue Method

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

Syntax

'Declaration
Public Function TryGetQuotaValue ( _
    name As String, _
    <OutAttribute> ByRef value As QuotaValue _
) As Boolean
public bool TryGetQuotaValue(
    string name,
    out QuotaValue value
)
public:
bool TryGetQuotaValue(
    String^ name, 
    [OutAttribute] QuotaValue^% value
)
member TryGetQuotaValue : 
        name:string * 
        value:QuotaValue byref -> bool
public function TryGetQuotaValue(
    name : String, 
    value : QuotaValue
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

QuotaValueCollection Class

Microsoft.TeamFoundation.Framework.Server Namespace