SystemPerformanceInfoDataPhysicalMemoryTotalBytes Property |
Gets the total 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 = "physicalMemoryTotalBytes", EmitDefaultValue = false)]
public decimal PhysicalMemoryTotalBytes { get; set; }<DataMemberAttribute(Name := "physicalMemoryTotalBytes", EmitDefaultValue := false)>
Public Property PhysicalMemoryTotalBytes As Decimal
Get
Set
public:
[DataMemberAttribute(Name = L"physicalMemoryTotalBytes", EmitDefaultValue = false)]
property Decimal PhysicalMemoryTotalBytes {
Decimal get ();
void set (Decimal value);
}[<DataMemberAttribute(Name = "physicalMemoryTotalBytes", EmitDefaultValue = false)>]
member PhysicalMemoryTotalBytes : decimal with get, set
Property Value
Type:
Decimal
See Also