SearchIndex.PermissionFilterOption Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A value indicating whether permission filtering is enabled for the index.
public Azure.Search.Documents.Models.SearchIndexPermissionFilterOption? PermissionFilterOption { get; set; }
member this.PermissionFilterOption : Nullable<Azure.Search.Documents.Models.SearchIndexPermissionFilterOption> with get, set
Public Property PermissionFilterOption As Nullable(Of SearchIndexPermissionFilterOption)