AuthenticationData.SearchContext property
NOTE: This API is now obsolete.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<ObsoleteAttribute("This property is deprecated.")> _
Public Property SearchContext As SearchContext
Get
Set
'Usage
Dim instance As AuthenticationData
Dim value As SearchContext
value = instance.SearchContext
instance.SearchContext = value
[ObsoleteAttribute("This property is deprecated.")]
public SearchContext SearchContext { get; set; }
Property value
Type: Microsoft.Office.Server.Search.Administration.SearchContext