ResourceSets Field
See Also 
SourceCode.Workflow.WizardFramework.Localization Namespace > ResManager Class : ResourceSets Field



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<ObsoleteAttribute("call InternalGetResourceSet instead")>
Protected ResourceSets As Hashtable
Visual Basic (Usage) Copy Code
Dim instance As ResManager
Dim value As Hashtable
 
value = instance.ResourceSets
 
instance.ResourceSets = value
C#  
[Obsolete("call InternalGetResourceSet instead")]
protected Hashtable ResourceSets
C++/CLI  
[Obsolete("call InternalGetResourceSet instead")]
protected:
Hashtable^ ResourceSets

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