SPTaskUsageEntry.ManagedMemoryBytesLOH property
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 SPTaskUsageEntry
Dim value As Nullable(Of Long)
value = instance.ManagedMemoryBytesLOH
instance.ManagedMemoryBytesLOH = value
public Nullable<long> ManagedMemoryBytesLOH { get; set; }
Property value
Type: System.Nullable<Int64>