Location.AllowMissingProperties Property
Gets or sets a Boolean value specifying whether the location should return search results if some properties are missing.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property AllowMissingProperties As Boolean
Get
Set
'Usage
Dim instance As Location
Dim value As Boolean
value = instance.AllowMissingProperties
instance.AllowMissingProperties = value
public bool AllowMissingProperties { get; set; }
Property Value
Type: System.Boolean
true if the location should return results; otherwise, false.
Remarks
Do not use this property with FAST Search Server 2010 for SharePoint; if used, it will be ignored.