Click or drag to resize
LogicalItemSaturationDefault Property
This value is the default 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.0.0.1664
Syntax
public SaturationLevel SaturationDefault { get; set; }

Property Value

Type: SaturationLevel
The default saturation level.
See Also