Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or set whether this managed property should be returned for queries executed by anonymous users.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property SafeForAnonymous As Boolean
Get
Set
'Usage
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.SafeForAnonymous
instance.SafeForAnonymous = value
public bool SafeForAnonymous { get; set; }
Property value
Type: System.Boolean