SizeDisk Property
Summary
Gets the size of the image file on disk.
Syntax
[DataMemberAttribute(Name="SizeDisk", IsRequired=true)]
public long SizeDisk { get; }
Public ReadOnly Property SizeDisk As Long
public:
property int64 SizeDisk {
int64 get();
}
Property Value
The size of the image file on disk.