MapXmlParameter(XmlServiceObjectMethodParameter,String,SmartMethodParameterDefinition,String) Method
See Also 
SourceCode.SmartObjects.Authoring Namespace > SmartMethodDefinition Class > MapXmlParameter Method : MapXmlParameter(XmlServiceObjectMethodParameter,String,SmartMethodParameterDefinition,String) Method



xmlServiceObjectMethodParameter
xpath
parameter
executionBlockName

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Sub MapXmlParameter( _
   ByVal xmlServiceObjectMethodParameter As XmlServiceObjectMethodParameter, _
   ByVal xpath As String, _
   ByVal parameter As SmartMethodParameterDefinition, _
   ByVal executionBlockName As String _
) 
Visual Basic (Usage) Copy Code
Dim instance As SmartMethodDefinition
Dim xmlServiceObjectMethodParameter As XmlServiceObjectMethodParameter
Dim xpath As String
Dim parameter As SmartMethodParameterDefinition
Dim executionBlockName As String
 
instance.MapXmlParameter(xmlServiceObjectMethodParameter, xpath, parameter, executionBlockName)

Parameters

xmlServiceObjectMethodParameter
xpath
parameter
executionBlockName

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