AddressHeader.GetValue Method
Silverlight
Deserializes the information item from the current address header object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetValue<T>() | Deserializes the information item from the current address header to an object of a specified type. |
|
GetValue<T>(XmlObjectSerializer) | Deserializes the information item from the current address header to an object of a specified type that uses a specified formatter to serialize this information. |
Use the GetValue<T>(XmlObjectSerializer) overload if you want to use a customized XML formatter; otherwise use the GetValue<T>() overload.