DiskPartitionInfoSize Property |
Win32_DiskPartition: Size: Total size of the partition.
Namespace:
Xcalibur.Models.Hardware.Disk
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public long Size { get; set; }
<DataMemberAttribute>
Public Property Size As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long Size {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract Size : int64 with get, set
[<DataMemberAttribute>]
override Size : int64 with get, set
Property Value
Type:
Int64
The size.
Implements
IDiskPartitionInfoSizeSee Also