[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Facebook.CacheablePartialObject`1.GetValue(`0,System.Object)"]

Namespace:  Facebook
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
protected Object GetValue(
	TPropertyKey key,
	Object defaultValue
)
Visual Basic (Declaration)
Protected Function GetValue ( _
	key As TPropertyKey, _
	defaultValue As Object _
) As Object
Visual C++
protected:
Object^ GetValue(
	TPropertyKey key, 
	Object^ defaultValue
)

Parameters

key
Type: TPropertyKey

[Missing <param name="key"/> documentation for "M:Facebook.CacheablePartialObject`1.GetValue(`0,System.Object)"]

defaultValue
Type: System..::.Object

[Missing <param name="defaultValue"/> documentation for "M:Facebook.CacheablePartialObject`1.GetValue(`0,System.Object)"]

Return Value

[Missing <returns> documentation for "M:Facebook.CacheablePartialObject`1.GetValue(`0,System.Object)"]

See Also

CacheablePartialObject<(Of <(TPropertyKey>)>) Class
Facebook Namespace