LoadFromXmlString Method
See Also 
SourceCode.Workflow.Design.Notification.Data Namespace > ServiceItem Class : LoadFromXmlString Method



xmlstring
The xmlstring.

Glossary Item Box

Loads from XML string.

Syntax

Visual Basic (Declaration) 
Public Shared Function LoadFromXmlString( _
   ByVal xmlstring As String _
) As ServiceItem
Visual Basic (Usage)Copy Code
Dim xmlstring As String
Dim value As ServiceItem
 
value = ServiceItem.LoadFromXmlString(xmlstring)
C# 
public static ServiceItem LoadFromXmlString( 
   string xmlstring
)
C++/CLI 
public:
static ServiceItem^ LoadFromXmlString( 
   String^ xmlstring
) 

Parameters

xmlstring
The xmlstring.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also