This topic has not yet been rated - Rate this topic

AddressHeader.GetValue Method

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
Public method Supported by Silverlight for Windows Phone GetValue<T>() Deserializes the information item from the current address header to an object of a specified type.
Public method Supported by Silverlight for Windows Phone 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.
Top

Use the GetValue<T>(XmlObjectSerializer) overload if you want to use a customized XML formatter; otherwise use the GetValue<T>() overload.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.