Click or drag to resize
PhysicalItemIsContainer Property
This value is true if the item is a container of other items; otherwise, it is false.

Namespace: DoubleTake.Common.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public bool IsContainer { get; set; }

Property Value

Type: Boolean
if this item is a container; otherwise, .
See Also