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
- name
Type: System.String
- value
Type: Microsoft.TeamFoundation.Framework.Server.QuotaValue%
Return Value
Type: System.Boolean
.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.