TransferDocumentInput.FillIntellix 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.
Choose whether intelligent indexing should be used when storing.
[System.Text.Json.Serialization.JsonPropertyName("FillIntellix")]
public bool? FillIntellix { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("FillIntellix")>]
member this.FillIntellix : Nullable<bool> with get, set
Public Property FillIntellix As Nullable(Of Boolean)
Property Value
- Attributes