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.4.5
Syntax
public bool TryGetValue(
	string key,
	out Object value
)

Parameters

key  String
The name of the property to locate.
value  Object
The property value if the property was found, null otherwise.

Return Value

Boolean
True if the property was found, false otherwise.

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also