Click or drag to resize

IPropertyBagGetValue Method

Overload List
 NameDescription
Public methodGetValueT(PropertyKeyT) Gets the value of a property. This method will throw an exception if the property is not found in the bag.
Public methodGetValueT(String) Gets the value of a property.
Public methodGetValueT(PropertyKeyT, 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