CustomConfigurationSettings Class
Members See Also 
SourceCode.Workflow.Authoring Namespace : CustomConfigurationSettings Class



Glossary Item Box

Object Model

CustomConfigurationSettings Class K2Field Class

Syntax

Visual Basic (Declaration)  
Public NotInheritable Class CustomConfigurationSettings 
   Inherits SourceCode.Framework.PersistableObjectDictionary(Of K2Field)
   Implements SourceCode.Framework.IPersistableList 
Visual Basic (Usage) Copy Code
Dim instance As CustomConfigurationSettings
C++/CLI  
public ref class CustomConfigurationSettings sealed : public SourceCode.Framework.PersistableObjectDictionary<K2Field>, SourceCode.Framework.IPersistableList  

Inheritance Hierarchy

System.Object
   System.Collections.DictionaryBase
      SourceCode.Framework.PersistableObjectDictionary<T>
         SourceCode.Workflow.Authoring.CustomConfigurationSettings

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