ProcessInfo.NonPagedSystemMemory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Non-paged system memory.
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Inlined)]
public long? NonPagedSystemMemory { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Inlined)>]
member this.NonPagedSystemMemory : Nullable<int64> with get, set
Public Property NonPagedSystemMemory As Nullable(Of Long)
Property Value
Implements
- Attributes