AgentSnapshot.HardDisk Property |
Gets or sets the amount of disk space on the drive the agent is running on.
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic HardDiskStatus HardDisk { get; set; }
Public Property HardDisk As HardDiskStatus
Get
Set
Property Value
Type:
HardDiskStatusThe disk space.
See Also