SystemPerformanceInfoDataPhysicalMemoryAvailableBytes Property |
Gets the available amount of physical memory, in bytes.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "physicalMemoryAvailableBytes", EmitDefaultValue = false)]
public decimal PhysicalMemoryAvailableBytes { get; set; }<DataMemberAttribute(Name := "physicalMemoryAvailableBytes", EmitDefaultValue := false)>
Public Property PhysicalMemoryAvailableBytes As Decimal
Get
Set
public:
[DataMemberAttribute(Name = L"physicalMemoryAvailableBytes", EmitDefaultValue = false)]
property Decimal PhysicalMemoryAvailableBytes {
Decimal get ();
void set (Decimal value);
}[<DataMemberAttribute(Name = "physicalMemoryAvailableBytes", EmitDefaultValue = false)>]
member PhysicalMemoryAvailableBytes : decimal with get, set
Property Value
Type:
Decimal
See Also