Signal to LightSpeed that the target field should be included
when indexing a model with a full text search engine.
Namespace:
Mindscape.LightSpeedAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
| C# |
|---|
[AttributeUsageAttribute(AttributeTargets.Field, AllowMultiple = false, Inherited = true)] public sealed class IndexedAttribute : Attribute |
| Visual Basic (Declaration) |
|---|
<AttributeUsageAttribute(AttributeTargets.Field, AllowMultiple := False, Inherited := True)> _ Public NotInheritable Class IndexedAttribute _ Inherits Attribute |