Click or drag to resize

PropertyBagTryGetValue Method

Looks up a property value in the PropertyBag.

Namespace:  Microsoft.ClearScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.4
Syntax
public bool TryGetValue(
	string key,
	out Object value
)

Parameters

key
Type: SystemString
The name of the property to locate.
value
Type: SystemObject
The property value if the property was found, null otherwise.

Return Value

Type: Boolean
True if the property was found, false otherwise.

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also