CoreProperty.IsSearchable Property
Gets or sets a value indicating whether values of this profile core property are indexed by search.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property IsSearchable As Boolean
Get
Set
'Usage
Dim instance As CoreProperty
Dim value As Boolean
value = instance.IsSearchable
instance.IsSearchable = value
public bool IsSearchable { get; set; }
Property Value
Type: System.Boolean
Returns Boolean.
Remarks
User profile manager permission is required to set this value. This value cannot be set if this is a section property.