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.
Gets or sets the process virtual bytes used by the sandboxed solution.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ProcessVirtualBytes As Double
Get
Set
'Usage
Dim instance As SPUsageUserCodeRequestsMonitoredDataEntry
Dim value As Double
value = instance.ProcessVirtualBytes
instance.ProcessVirtualBytes = value
public double ProcessVirtualBytes { get; set; }
Property value
Type: System.Double
The process virtual bytes.
See also
Reference
SPUsageUserCodeRequestsMonitoredDataEntry class