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

Return value

Type: System.Boolean

See also

Reference

IReadOnlyPropertyCollection interface

IReadOnlyPropertyCollection members

Microsoft.Office.Server.Search.Query namespace