Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides PropertyBag.TryGetValue(String, Object).
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Overrides Function TryGetValue ( _
key As String, _
<OutAttribute> ByRef value As Object _
) As Boolean
'Usage
Dim instance As PropertyBag
Dim key As String
Dim value As Object
Dim returnValue As Boolean
returnValue = instance.TryGetValue(key, _
value)
public override bool TryGetValue(
string key,
out Object value
)
Parameters
- key
Type: System.String
- value
Type: System.Object
Return value
Type: System.Boolean
Implements
IPropertyCollection.TryGetValue(String, Object)