Click or drag to resize

IReadOnlyPropertyBag Methods

The IReadOnlyPropertyBag type exposes the following members.

Methods
 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(PropertyKeyT, T) Gets the value of a property. If the property is not found in the bag, the provided default value is returned.
Public methodTryGetValueT Tries to get the value of a property.
Top
See Also