|
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.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic SaturationLevel Saturation { get; set; }
Public Property Saturation As SaturationLevel
Get
Set
public:
virtual property SaturationLevel Saturation {
SaturationLevel get () sealed;
void set (SaturationLevel value) sealed;
}
function get_Saturation();
function set_Saturation(value);
Property Value
Type:
SaturationLevelThe saturation level.
See Also