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



systemType
serviceObjectProperty
executionBlockName
methodName

Glossary Item Box

Syntax

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

Parameters

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