MemoryPropertyStoreGetBagValueT Method |
Gets a typed named property value using the underlying IPropertyBag implementation.
Namespace:
ShellBoost.Core.WindowsPropertySystem
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public T GetBagValue<T>(
string name,
T defaultValue
)
Parameters
- name
- Type: SystemString
The property name. - defaultValue
- Type: T
The default value to use if the property is not found in the store.
Type Parameters
- T
- The expected type.
Return Value
Type:
TThe property value.
See Also