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.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public ReadOnly Property PartitionLoadLimitEnabled As Boolean
Get
public bool PartitionLoadLimitEnabled { get; }
public:
property bool PartitionLoadLimitEnabled {
bool get ();
}
member PartitionLoadLimitEnabled : bool
function get PartitionLoadLimitEnabled () : boolean
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.