This list of any query properties which have been specified for this field using QueryPropertyAttribute instances.

Namespace:  Mindscape.LightSpeed.MetaData
Assembly:  Mindscape.LightSpeed.MetaData (in Mindscape.LightSpeed.MetaData.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
public IList<string> QueryProperties { get; }
Visual Basic (Declaration)
Public ReadOnly Property QueryProperties As IList(Of String)

See Also