PropertyMappingType Enumeration
See Also 
SourceCode.SmartObjects.Authoring Namespace : PropertyMappingType Enumeration



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Enum PropertyMappingType 
   Inherits System.Enum
Visual Basic (Usage) Copy Code
Dim instance As PropertyMappingType
C#  
public enum PropertyMappingType : System.Enum 
C++/CLI  
public enum class PropertyMappingType : public System.Enum 

Members

Member Description
None  
Parameter  
Property  
System  
Value  

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SourceCode.SmartObjects.Authoring.PropertyMappingType

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