ManagedProperty.SafeForAnonymous property

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

See also

Reference

ManagedProperty class

ManagedProperty members

Microsoft.Office.Server.Search.Administration namespace