Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Managed Memory Large Object Heap bytes
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ManagedMemoryBytesLOH As Nullable(Of Long)
Get
Set
'Usage
Dim instance As SPTimerJobUsageEntry
Dim value As Nullable(Of Long)
value = instance.ManagedMemoryBytesLOH
instance.ManagedMemoryBytesLOH = value
public Nullable<long> ManagedMemoryBytesLOH { get; set; }
Property value
Type: System.Nullable<Int64>