Click or drag to resize
LogicalItemSaturation Property
Gets or sets the saturation level of this 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.0.0.1664
Syntax
public SaturationLevel Saturation { get; set; }

Property Value

Type: SaturationLevel
The saturation level.
See Also