ScriptBreakpointInfo.SaveToString 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.
Uses the SoapFormatter to serialize the BP as a string to be able to save it in the component properties
public:
System::String ^ SaveToString();
public string SaveToString ();
member this.SaveToString : unit -> string
Public Function SaveToString () As String