Click or drag to resize

MemoryPropertyStoreGetNamedValue Method

Overload List
  NameDescription
Public methodGetNamedValue(Int32)
Gets a property value using the underlying INamedPropertyStore implementation.
Public methodGetNamedValue(String)
Gets a named property value.
Public methodGetNamedValueT(Int32, T)
Gets a typed named property value using the underlying INamedPropertyStore implementation.
Public methodGetNamedValueT(String, T)
Gets a typed named property value using the underlying INamedPropertyStore implementation.
Top
See Also