CompatibilityLevelAttribute class

Allows control of which property to be emitted to client side based on compporperties to be emitted

Inheritance hierarchy

System.Object
  System.Attribute
    Microsoft.Office.Server.Search.WebControls.CompatibilityLevelAttribute

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Property)> _
Public NotInheritable Class CompatibilityLevelAttribute _
    Inherits Attribute
'Usage
Dim instance As CompatibilityLevelAttribute
[AttributeUsageAttribute(AttributeTargets.Property)]
public sealed class CompatibilityLevelAttribute : Attribute

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

CompatibilityLevelAttribute members

Microsoft.Office.Server.Search.WebControls namespace