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



serviceObjectProperty
xpath
parameter
executionBlockName

Glossary Item Box

Syntax

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

Parameters

serviceObjectProperty
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