PropertyBag.GetState 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 state of the property bag into a string.
public:
System::String ^ GetState();
public string GetState ();
member this.GetState : unit -> string
Public Function GetState () As String
Returns
The serialized state of the collection.
Remarks
The property bag can be deserialized by using the CreatePropertyBagFromState method.