IOperatingSystemDynamicInfoFreeSpaceInPagingFiles Property |
Win32_OperatingSystem: Number, in kilobytes, that can be mapped
into the operating system paging files without causing any other pages to be swapped
out.
Namespace:
Xcalibur.Models.OperatingSystem
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax long FreeSpaceInPagingFiles { get; set; }
Property FreeSpaceInPagingFiles As Long
Get
Set
property long long FreeSpaceInPagingFiles {
long long get ();
void set (long long value);
}
abstract FreeSpaceInPagingFiles : int64 with get, set
Property Value
Type:
Int64
The free space in paging files.
See Also