FieldCategories Property
See Also 
SourceCode.Configuration Namespace > ConfigurationManager Class : FieldCategories Property



Glossary Item Box

Gets the field categories.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property FieldCategories As FieldCategoryCollection
Visual Basic (Usage)Copy Code
Dim value As FieldCategoryCollection
 
value = ConfigurationManager.FieldCategories
C# 
public static FieldCategoryCollection FieldCategories {get;}
C++/CLI 
public:
static property FieldCategoryCollection^ FieldCategories {
   FieldCategoryCollection^ get();
}

Property Value

The field categories.

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