ManagedPropertyInfo.SafeForAnonymous property

Gets or sets whether this managed property is Safe For Anonymous.

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

Syntax

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

value = instance.SafeForAnonymous

instance.SafeForAnonymous = value
[DataMemberAttribute]
public bool SafeForAnonymous { get; set; }

Property value

Type: System.Boolean

See also

Reference

ManagedPropertyInfo class

ManagedPropertyInfo members

Microsoft.Office.Server.Search.Administration namespace