IReadOnlyPropertyCollection.TryGetValue method
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Function TryGetValue ( _
key As String, _
<OutAttribute> ByRef value As Object _
) As Boolean
'Usage
Dim instance As IReadOnlyPropertyCollection
Dim key As String
Dim value As Object
Dim returnValue As Boolean
returnValue = instance.TryGetValue(key, _
value)
bool TryGetValue(
string key,
out Object value
)
Parameters
- key
Type: System.String
- value
Type: System.Object
Return value
Type: System.Boolean
See also
Reference
IReadOnlyPropertyCollection interface