HardDiskStatus.TotalSpace Property |
Gets or sets the total disk space. In bytes.
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic long TotalSpace { get; set; }
Public Property TotalSpace As Long
Get
Set
Property Value
Type:
Int64The total disk space.
See Also