MapParameter(SystemType,ServiceObjectMethodParameter,String,String) Method
See Also 
SourceCode.SmartObjects.Authoring Namespace > SmartObjectDefinition Class > MapParameter Method : MapParameter(SystemType,ServiceObjectMethodParameter,String,String) Method



systemType
parameter
executionBlockName
methodName

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Sub MapParameter( _
   ByVal systemType As SystemType, _
   ByVal parameter As ServiceObjectMethodParameter, _
   ByVal executionBlockName As String, _
   ByVal methodName As String _
) 
Visual Basic (Usage) Copy Code
Dim instance As SmartObjectDefinition
Dim systemType As SystemType
Dim parameter As ServiceObjectMethodParameter
Dim executionBlockName As String
Dim methodName As String
 
instance.MapParameter(systemType, parameter, executionBlockName, methodName)

Parameters

systemType
parameter
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