IProfileGetValue Method

Overload List

GetValue(String) Gets the value associated with a key. Throws an exception if that key does not exist.
GetValue(String, String) Gets the value associated with a key. Returns the defaultValue if that key does not exist. This will not store that key / value pair in the profile.

See Also