Visual Basic (Declaration) | |
---|---|
Public Overloads Sub MapProperty( _ ByVal smartProperty As SmartPropertyDefinition, _ ByVal serviceObjectProperty As ServiceObjectProperty, _ ByVal executionBlockName As String, _ ByVal methodName As String _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SmartObjectDefinition Dim smartProperty As SmartPropertyDefinition Dim serviceObjectProperty As ServiceObjectProperty Dim executionBlockName As String Dim methodName As String instance.MapProperty(smartProperty, serviceObjectProperty, executionBlockName, methodName) |
C# | |
---|---|
public void MapProperty( SmartPropertyDefinition smartProperty, ServiceObjectProperty serviceObjectProperty, string executionBlockName, string methodName ) |
C++/CLI | |
---|---|
public: void MapProperty( SmartPropertyDefinition^ smartProperty, ServiceObjectProperty^ serviceObjectProperty, String^ executionBlockName, String^ methodName ) |
Parameters
- smartProperty
- serviceObjectProperty
- executionBlockName
- methodName
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