PartitionedListChain.PartitionLoadLimitEnabled 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.
Gets or sets a value that indicates whether there is a limit to the number of partitions the PartitionedListChain will load simultaneously (before unloading the least recently used partitions).
public:
property bool PartitionLoadLimitEnabled { bool get(); };
public:
property bool PartitionLoadLimitEnabled { bool get(); };
public bool PartitionLoadLimitEnabled { get; }
member this.PartitionLoadLimitEnabled : bool
Public ReadOnly Property PartitionLoadLimitEnabled As Boolean