PropertyBag.DeserializeFromXml(String) 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.
public:
static Microsoft::BizTalk::PipelineOM::PropertyBag ^ DeserializeFromXml(System::String ^ xmlPropertyBag);
public static Microsoft.BizTalk.PipelineOM.PropertyBag DeserializeFromXml (string xmlPropertyBag);
static member DeserializeFromXml : string -> Microsoft.BizTalk.PipelineOM.PropertyBag
Public Shared Function DeserializeFromXml (xmlPropertyBag As String) As PropertyBag
Parameters
- xmlPropertyBag
- String