DataContractUtils<T>.Serialize(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Serializes the propertyBagContainer to the string.
public static string Serialize (T propertyBagContainer);
static member Serialize : 'T -> string
Public Shared Function Serialize (propertyBagContainer As T) As String
Parameters
- propertyBagContainer
- T
Property bag
Returns
Serialized string