InteropPropertyTemplate Class
Members See Also 
SourceCode.Workflow.Design.Interop Namespace : InteropPropertyTemplate Class



Glossary Item Box

Object Model

InteropPropertyTemplate Class PersistableContainerObject Class

Syntax

Visual Basic (Declaration)  
Public NotInheritable Class InteropPropertyTemplate 
   Inherits SourceCode.Framework.PersistableObject
   Implements SourceCode.Framework.IValidationContainer 
Visual Basic (Usage) Copy Code
Dim instance As InteropPropertyTemplate
C#  
public sealed class InteropPropertyTemplate : SourceCode.Framework.PersistableObject, SourceCode.Framework.IValidationContainer  
C++/CLI  
public ref class InteropPropertyTemplate sealed : public SourceCode.Framework.PersistableObject, SourceCode.Framework.IValidationContainer  

Inheritance Hierarchy

System.Object
   SourceCode.Framework.PersistableObject
      SourceCode.Workflow.Design.Interop.InteropPropertyTemplate

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