PartitionedListChain.PartitionLoadLimitEnabled Property

Gets a value that indicates whether there is a limit to the number of partitions that the PartitionedListChain will load at the same time (before unloading the least recently used partitions).

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public ReadOnly Property PartitionLoadLimitEnabled As Boolean
public bool PartitionLoadLimitEnabled { get; }
public:
property bool PartitionLoadLimitEnabled {
    bool get ();
}
member PartitionLoadLimitEnabled : bool with get
function get PartitionLoadLimitEnabled () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

PartitionedListChain Class

Microsoft.VisualStudio.IntelliTrace Namespace