SPTimerJobUsageEntry.ManagedMemoryBytesLOH property
受管理的記憶體大型物件堆積位元組
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ManagedMemoryBytesLOH As Nullable(Of Long)
Get
Set
'用途
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>