Item Property
See Also 
SourceCode.Workflow.Design.SmartObjectServices Namespace > SmartObjectServicesDesignerMappingCollection Class : Item Property



index
type

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shadows ReadOnly Default Property Item( _
   ByVal index As Guid, _
   ByVal type As SmartObjectServicesDesignerMappingCollection.GuidType _
) As SmartObjectServicesDesignerMapping
Visual Basic (Usage) Copy Code
Dim instance As SmartObjectServicesDesignerMappingCollection
Dim index As Guid
Dim type As SmartObjectServicesDesignerMappingCollection.GuidType
Dim value As SmartObjectServicesDesignerMapping
 
value = instance.Item(index, type)
C++/CLI  
public:
new property SmartObjectServicesDesignerMapping^ default [Guid,SmartObjectServicesDesignerMappingCollection.GuidType] {
   SmartObjectServicesDesignerMapping^ get(Guid index, SmartObjectServicesDesignerMappingCollection.GuidType type);
}

Parameters

index
type

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