Gets the collection of AnalyticsSchema elements defined in the configuration section.

Namespace:  Endeca.Data.Configuration
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
[ConfigurationPropertyAttribute("schemas")]
public AnalyticsSchemaCollection Schemas { get; }
Visual Basic (Declaration)
<ConfigurationPropertyAttribute("schemas")> _
Public ReadOnly Property Schemas As AnalyticsSchemaCollection
Visual C++
[ConfigurationPropertyAttribute(L"schemas")]
public:
property AnalyticsSchemaCollection^ Schemas {
	AnalyticsSchemaCollection^ get ();
}

See Also