Share via


ManagedPropertyInfo.Context property

Gets or sets the context group this managed property should be ranked in.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Context As Short
    Get
    Set
'Usage
Dim instance As ManagedPropertyInfo
Dim value As Short

value = instance.Context

instance.Context = value
[DataMemberAttribute]
public short Context { get; set; }

Property value

Type: System.Int16

See also

Reference

ManagedPropertyInfo class

ManagedPropertyInfo members

Microsoft.Office.Server.Search.Administration namespace