Click or drag to resize

PhysicalItemSaturation Property

This value represents the saturation level of the item. Typically, this value is used to display a visual state in the user interface.

Namespace:  DoubleTake.Common.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntax
public SaturationLevel Saturation { get; set; }

Property Value

Type: SaturationLevel
The saturation level.
See Also