MapXmlField(String,XmlServiceObjectMethodParameter,String,String,String) Method
See Also 
SourceCode.SmartObjects.Authoring Namespace > SmartObjectDefinition Class > MapXmlField Method : MapXmlField(String,XmlServiceObjectMethodParameter,String,String,String) Method



value
xmlParameter
xpath
executionBlockName
methodName

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Sub MapXmlField( _
   ByVal value As String, _
   ByVal xmlParameter As XmlServiceObjectMethodParameter, _
   ByVal xpath As String, _
   ByVal executionBlockName As String, _
   ByVal methodName As String _
) 
Visual Basic (Usage) Copy Code
Dim instance As SmartObjectDefinition
Dim value As String
Dim xmlParameter As XmlServiceObjectMethodParameter
Dim xpath As String
Dim executionBlockName As String
Dim methodName As String
 
instance.MapXmlField(value, xmlParameter, xpath, executionBlockName, methodName)

Parameters

value
xmlParameter
xpath
executionBlockName
methodName

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