MemoryStoreDefaultOptions.ProceduralMemoryEnabled 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.
Whether to enable procedural memory extraction and storage. The service defaults to true if a value is not specified by the caller.
public bool? ProceduralMemoryEnabled { get; set; }
member this.ProceduralMemoryEnabled : Nullable<bool> with get, set
Public Property ProceduralMemoryEnabled As Nullable(Of Boolean)