Click or drag to resize

IPropertyBag.GetValue Method

Overload List
 NameDescription
Public methodGetValue<T>(PropertyKey<T>) Gets the value of a property. This method will throw an exception if the property is not found in the bag.
Public methodGetValue<T>(String) Gets the value of a property.
Public methodGetValue<T>(PropertyKey<T>, T) Gets the value of a property. If the property is not found in the bag, the provided default value is returned.
Top
See Also