  | SimpleTreeBaseTKey, TValueTryGetValue Method (TKey, TValue) | 
  
    Namespace: 
   Dynamicweb.Core
    Assembly:
   Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntaxpublic bool TryGetValue(
	TKey key,
	out TValue value
)
Public Function TryGetValue ( 
	key As TKey,
	<OutAttribute> ByRef value As TValue
) As Boolean
Parameters
- key
 - Type: TKey
 - value
 - Type: TValue
 
Return Value
Type: 
Boolean
See Also