AuthenticationData.Context Property
The search context for the Shared Services Provider's search service.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property Context As SearchContext
Get
Set
'Usage
Dim instance As AuthenticationData
Dim value As SearchContext
value = instance.Context
instance.Context = value
public SearchContext Context { get; set; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.SearchContext
A SearchContext object.